Google play listing says IAP

Monkey Targets Forums/Android/Google play listing says IAP

Oddball(Posted 2014) [#1]
My game has just gone live on Google Play.
https://play.google.com/store/apps/details?id=com.DavidWilliamson.HackSlashLoot&hl=en

The listing says the game has in-app purchases, but in reality it doesn't have any. I've scoured the Google Play Dev Console but can't see how to remove it from the listing. Is there some part of the build process that I need to change to tell Google Play there aren't any IAPs?


Gerry Quinn(Posted 2014) [#2]
There's a line in the manifest that is something to do with in-app billing or something, I can't remember the details. I think it comes in if you use the AdMob module. You can delete it from the manifest template if you aren't using that.


Ironstorm(Posted 2014) [#3]
Just remove the following line from the AndroidManifest.xml file:

<uses-permission android:name="com.android.vending.BILLING" />



Oddball(Posted 2014) [#4]
Thanks. That sorted it. There are so many undocumented minefields to using monkey x for iPad/Android when you aren't already experienced on those platforms.


Why0Why(Posted 2014) [#5]
Dave, keep us posted on how this goes. How was the porting process?


Oddball(Posted 2014) [#6]
The porting went fine. I didn't have to cut any features. All the major issues came from my lack of experience on mobile platforms, and adapting the controls for touch screens.