i am trying to add in app purchase features in my iOS app. i use fresh planet nativeExtension(AirInAppPurchase.ane).while i compiling, it traces "in app purchase is not supported"...
Things i used.
- Adobe Flash pro CS6(AS3).
- Adobe AIR SDK 17.
- Window 7.
i correctly link nativeExtension(AirInAppPurchase.ane) in my project.
i correctly configured my iOS-app for in-app purchase in iTunes connection.
i got the freshPlanet native extension from"https://github.com/freshplanet/ANE-In-App-Purchase"
i think i made mistake in documentation...
Things I want to know
Where to put my product id in my project(as3 classs).
What is the use of Capabilities.manufacturer.indexOf('iOS') > -1 || Capabilities.manufacturer.indexOf('Android') > -1;" which is in InAppPurchase.as.
- What is the use of ExtensionContext.createExtensionContext("com.freshplanet.AirInAppPurchase", null);
- what is the clear documentation for in-app purchase for iOS-app.
please help me.... For this reason i am struggling. i couldn`t go further step..