Hello,
I'm trying to get the hang of in-app purchases. This is my first time using them. I get an error on calling "inAppPurchaseAddProductID" once saying "Error: Max number of in-app purchase products reached".
Here is the code I have for trying to call one IAP called "test" from google console. I don't know if the issue is actually with my code at all though. It might be something I've done (or need to do) on google console.
Basically all my IAPs are just going to be to purchase new levels that I'll release via my website so I'm guessing they'll be non-consumable (because you only buy each level once).
On google console, my app is set to "draft", I've set my IAP "test" to active, it's a managed product (not sure what that means). Do I need to publish the app to be able to access IAPs from AppGameKit? Not sure how/if my app is connecting to google console at all. Thanks.
InAppPurchaseRestore()
inAppPurchaseSetTitle("Mr. Babylon")
InAppPurchaseSetKeys ( "code from google console", "" )
inAppPurchaseAddProductID("com.DCSoundSystem.Mr_Babylon.test",0)
inAppPurchaseSetup()