I build old version of my app with new corona build server and in app billing (android) do not work!

I build old version of my app with new corons build server and in app billing (android) do not work!

Very strange:

  1. All my purchases successfully detected by Google server
  2. No errors
  3. Only this strange message occurred :frowning: [import]uid: 15448 topic_id: 34519 reply_id: 334519[/import]

Corona team! Help please! I have tried build 100% working (backuped) versions of my app but got same error :frowning: [import]uid: 15448 topic_id: 34519 reply_id: 137248[/import]

And no problems with iOS inApp in new bild. Only Google :frowning: [import]uid: 15448 topic_id: 34519 reply_id: 137249[/import]

01-04 01:21:53.270: D/DfeApi(9614): [1] DfeRequest.deliverResponse: Not delivering second response for request=[[] https://android.clients.google.com/fdfe/details?doc=inapp:com.xiart.fb.towers:towerssilverpack1g NORMAL 2]
01-04 01:21:53.905: E/Finsky(9614): [1] CheckoutPurchase.setError: type=PURCHASE_FAILED, code=-1, permissionCode=12, message=This version of the application is not configured for billing through Google Play. Check the help center for more information. [import]uid: 15448 topic_id: 34519 reply_id: 137260[/import]

Hi Dr.Klaus. I’ll see if I can get someone to look at this for you. As far as I know Corona should be working with Google Play correctly assuming everything is setup. Have you tried to search google’s search engine for that message and see what it means?

I did a quick search and there were quite a few hits about that error message, see:

http://stackoverflow.com/questions/11068686/this-version-of-the-application-is-not-configured-for-billing-through-google-pla

If you changed your version code, it can cause this error. [import]uid: 199310 topic_id: 34519 reply_id: 137266[/import]

Hey Dr.Klaus.

Have you added the “billing” permission to your build.settings file?

Eg:

android =  
 {  
 usesPermissions =  
 {  
 "com.android.vending.BILLING",  
 },  
 },  

[import]uid: 84637 topic_id: 34519 reply_id: 137331[/import]

Hi Rob and Danny,
thank you very much for quick response!

How I understand, my app is ok, and corona server ok too!!

All problems is in Google Play billing system,
and only one way I found to fix this issue:

“unpublish - delay - publish” current app
now billing is working ok and issue resolved!

Thank to all
King Regards
[import]uid: 15448 topic_id: 34519 reply_id: 137332[/import]

Corona team! Help please! I have tried build 100% working (backuped) versions of my app but got same error :frowning: [import]uid: 15448 topic_id: 34519 reply_id: 137248[/import]

And no problems with iOS inApp in new bild. Only Google :frowning: [import]uid: 15448 topic_id: 34519 reply_id: 137249[/import]

01-04 01:21:53.270: D/DfeApi(9614): [1] DfeRequest.deliverResponse: Not delivering second response for request=[[] https://android.clients.google.com/fdfe/details?doc=inapp:com.xiart.fb.towers:towerssilverpack1g NORMAL 2]
01-04 01:21:53.905: E/Finsky(9614): [1] CheckoutPurchase.setError: type=PURCHASE_FAILED, code=-1, permissionCode=12, message=This version of the application is not configured for billing through Google Play. Check the help center for more information. [import]uid: 15448 topic_id: 34519 reply_id: 137260[/import]

Hi Dr.Klaus. I’ll see if I can get someone to look at this for you. As far as I know Corona should be working with Google Play correctly assuming everything is setup. Have you tried to search google’s search engine for that message and see what it means?

I did a quick search and there were quite a few hits about that error message, see:

http://stackoverflow.com/questions/11068686/this-version-of-the-application-is-not-configured-for-billing-through-google-pla

If you changed your version code, it can cause this error. [import]uid: 199310 topic_id: 34519 reply_id: 137266[/import]

Hey Dr.Klaus.

Have you added the “billing” permission to your build.settings file?

Eg:

android =  
 {  
 usesPermissions =  
 {  
 "com.android.vending.BILLING",  
 },  
 },  

[import]uid: 84637 topic_id: 34519 reply_id: 137331[/import]

Hi Rob and Danny,
thank you very much for quick response!

How I understand, my app is ok, and corona server ok too!!

All problems is in Google Play billing system,
and only one way I found to fix this issue:

“unpublish - delay - publish” current app
now billing is working ok and issue resolved!

Thank to all
King Regards
[import]uid: 15448 topic_id: 34519 reply_id: 137332[/import]