Hi There,
I’ve implemented iAP for iOS and Android with the latest SDKBOX build, in a version 3.9 cocos2d-x project.
It works great on iOS with no problems, and does what it’s meant to but there seem to exist errors in the android build. This is what I’ve done for the android version
- Implement billing permissions in the android manifest
- Added my iAP identifiers in the sdkbox_config file and created them in google play.
- built the release version of the game and uploaded it as alpha to google play
- signed into the app with the test account (using a release build)
Now it logs into google play and shows all achievements however it always returns “null” products for the google, I’ve checked everything and it all seems in order.
Further research, I grabbed a cocos2d-x v3.7 project and swapped around things… it works fine, so I’m wondering if there is a bug fix for the v3.9.
Any help would be appreciated.
Thanks
Marco

