Android In-App Purchases ProductID

Hello,

how do I need to call ProductID in the Developer console, ‘com.gamename.someproduct’ or just ‘someproduct’?

After that, how do I need to call it in store.loadProducts() method?

I used ‘com.gamename.someproduct’ but I am getting error: ‘The product cannot be purchased.’

Kindly Regards!

Anybody? 

You would use whatever string you put in, in my cases I use the same product name on iTunes and Google play:  com.myname.myappname.productname.

Are you trying to purchase this with a test account your your registered developer account?  Google does not permit the registered developer account from buying things from Google Play on your own account.

Rob

When I used com.myname.myappname.productname it didn’t worked. I changed it to productname and it works well.

Thanks.

PS, I found the answer on the forums, so please delete thread.

Anybody? 

You would use whatever string you put in, in my cases I use the same product name on iTunes and Google play:  com.myname.myappname.productname.

Are you trying to purchase this with a test account your your registered developer account?  Google does not permit the registered developer account from buying things from Google Play on your own account.

Rob

When I used com.myname.myappname.productname it didn’t worked. I changed it to productname and it works well.

Thanks.

PS, I found the answer on the forums, so please delete thread.