How to remove in-app purchases?

Discussion in 'In App Purchases' started by Kadri246, Mar 18, 2016.

  1. Kadri246

    Kadri246 Avid Boxer

    Joined:
    Mar 1, 2016
    Messages:
    243
    Likes Received:
    77
    Apps with In-ap purchases will only be seen in 163 countries. To show in a ll countries, in app purchases must be removed. How can I achieve this since my two published games do not have in app purchases?
    This is for BB1.
     
  2. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    you talking Apple Appstore or Google Play?
    Ok must be Google play, my bad.
    in eclipse
    open the androidManifest.xml
    down the bottom of the file you will need to remove this line.
    <uses-permission android:name="com.android.vending.BILLING" />
    Then this will remove in app purchases displaying. Since you don't have in app purchases.
    Hope that helps...
     
    BeepDing and declanemery99 like this.
  3. Kadri246

    Kadri246 Avid Boxer

    Joined:
    Mar 1, 2016
    Messages:
    243
    Likes Received:
    77
    Thanks a lot :)
     
    playsgames6666 likes this.
  4. declanemery99

    declanemery99 Boxer

    Joined:
    Sep 25, 2015
    Messages:
    36
    Likes Received:
    22
    Thanks for this too i was looking for this solution :)
     
    playsgames6666 likes this.

Share This Page