[Solved] Android In App Purchase problem

R

Ralp

Guest
I'm trying to make a In App Purchase Game but it is not working. I think, i did everything i can. What could problem be? What do you think?

-(working) : My merchant account is available. I verified. I'm pretty sure it is working. (http://i.hizliresim.com/NkR9EY.png)
-(working) : I executed apk, uploaded at Google Developer Console and i'm running the same version of apk on my phone. (http://i.hizliresim.com/3An1vj.png)
-(working) : My app's publickey is true. I'm sure because once i wrote it wrong, it gave error, i fixed it, it didn't give error anymore. (http://i.hizliresim.com/0yo4BD.png)
-(working) : There is Billing Permission. I downloaded it from GM MarketPlace by YoYo Games. (http://i.hizliresim.com/nE35Og.png)
-(working) : It is connected to store. (if iap_status() == iap_status_available) returns true. Otherwise It would gives error. So i'm sure, it is working.
-(working) : I defined products in application and at console. They are activated. (http://i.hizliresim.com/lE60qb.png)
-(working) : I can buy things from other games. My google play account is working. (http://i.hizliresim.com/lE60vB.png)

-(?) : When i try to test, it gives this error. But as i said, i can buy things from other games. (http://i.hizliresim.com/lE609g.png)
-(?) : I can't see the "Enable In App Purchases". I have GM:S professional version. (http://i.hizliresim.com/0yo409.png)
-(?) : I haven't published yet. GM:S says i don't need to publish. Do i need to publish as "beta testing"? If it is necessary, how do i do?
 
Last edited by a moderator:
D

damseremie

Guest
hi, how was this solved?
because i also don't see the "enable In App Purchases" radio button
 
R

Ralp

Guest
Yes I can't see it too. I mean you don't need to check the button. In App Purchase works.
 
Last edited by a moderator:
X

Xecries

Guest
You only have to download the google play service and insert the public key to work. and must publish to beta or alpha channel before to production in google play
 

RizbIT

Member
how do you do test purchases for in app. If you add user emails to alpha test list. then give you users test link to apk. If they download and make a new IAP, should the purchase be shown as a test purchase.

In the past I noticed that IAP even for test users were actually processed and they were charged. So how you NOT let the user be charged and do an actual test purchase on android
 
R

Rodrigo Renovatio

Guest
i have almost everything you have, except the banking information on Play Store Dev, but It is not connecting to the store! how can i solve it?
 
K

KLODWIG

Guest
Hi,
Try this one, it helped me on my Xaiomi Redmi Pro (not rooted).
Should work on other phones:
Go to SETTINGS -> INSTALLED APPS -> GOOGLE PLAY STORE -> PERMISSION MANAGER -> enable START IN BACKGROUND permission.

Done! Enjoy! Now you can spend money at will ;)
 
Top