Upgrading to IAP SDK V21 from Unity
Updating library files to support Android OS from v19
Delete the v19 library files.
Remove elements from AndroidManifest.xml
<manifest>
<application>
<activity android:name="com.gaa.sdk.iap.ProxyActivity"
android:configChanges="locale|fontScale|keyboard|keyboardHidden|layoutDirection|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
<meta-data android:name="iap:api_version" android:value="6"/>
...
</application>
</manifest>
Upgrade to use the new features of IAP SDK v21
Delete the files added from v19 ".unitypackage"
Remove elements from AndroidManifest.xml
Remove GameObject

Last updated

