<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://nielsentest.mywikis.net/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AiOS_LifeCycle_of_SDK</id>
	<title>Template:iOS LifeCycle of SDK - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://nielsentest.mywikis.net/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AiOS_LifeCycle_of_SDK"/>
	<link rel="alternate" type="text/html" href="https://nielsentest.mywikis.net/w/index.php?title=Template:iOS_LifeCycle_of_SDK&amp;action=history"/>
	<updated>2026-04-17T02:56:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://nielsentest.mywikis.net/w/index.php?title=Template:iOS_LifeCycle_of_SDK&amp;diff=5184&amp;oldid=prev</id>
		<title>ColinBrown: Created page with &quot;== Life cycle of SDK instance == The Life cycle of SDK instance includes four general states: # '''Initial state''' – The SDK is not initialized and hence, not ready to proc...&quot;</title>
		<link rel="alternate" type="text/html" href="https://nielsentest.mywikis.net/w/index.php?title=Template:iOS_LifeCycle_of_SDK&amp;diff=5184&amp;oldid=prev"/>
		<updated>2021-08-23T21:04:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Life cycle of SDK instance == The Life cycle of SDK instance includes four general states: # &amp;#039;&amp;#039;&amp;#039;Initial state&amp;#039;&amp;#039;&amp;#039; – The SDK is not initialized and hence, not ready to proc...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Life cycle of SDK instance ==&lt;br /&gt;
The Life cycle of SDK instance includes four general states:&lt;br /&gt;
# '''Initial state''' – The SDK is not initialized and hence, not ready to process playing information. Once the SDK is moved out of this state, it needs instantiation of the new SDK instance in order to get the instance in the '''Initial state'''.&lt;br /&gt;
# '''Idle state''' – The SDK is initialized and is ready to process playing information. Once Initialized, the SDK instance is not processing any data, but is listening for the play event to occur.&lt;br /&gt;
# '''Processing state''' – The SDK instance is processing playing information. API calls &amp;quot;play&amp;quot; and &amp;quot;loadMetadata&amp;quot; move the SDK instance into this state. In this state, the SDK instance will be able to process the API calls (see below)&lt;br /&gt;
# '''Disabled state''' – The SDK instance is disabled and is not processing playing information. SDK instance moves into this state in one of the following scenarios.&lt;br /&gt;
## Initialization fails&lt;br /&gt;
## &amp;lt;code&amp;gt;appDisableApi&amp;lt;/code&amp;gt; is called&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;objective-c&amp;quot;&amp;gt;&lt;br /&gt;
@property (assign) BOOL appDisableApi;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=== APP SDK Error &amp;amp; Event Codes ===&lt;br /&gt;
To view the Error and Event codes for iOS, please review the [[APP SDK Event Codes|App SDK Event Code]] Reference page.&lt;/div&gt;</summary>
		<author><name>ColinBrown</name></author>
	</entry>
</feed>