/ANE-Playaround

Air Native Extension for PlayAround on iOS and Android

Primary LanguageObjective-C

Air Native Extension for PlayAround on iOS and Android (ARM and x86)

General info :

  • PlayAround Android SDK version : 0.2.1

  • PlayAround iOS SDK version : 0.2.5

  • Add this to your android manifest :

<android>
	<manifestAdditions><![CDATA[
		<manifest android:installLocation="auto">

			...

			<!-- PLAY AROUND -->
			<uses-permission android:name="android.permission.INTERNET"/>

			...
			
		</manifest>
	]]></manifestAdditions>
</android>