error occurs after running the android app billing , it does not transition to the callback

Hi there

You may get in trouble due to not know .

The person who it of the one understanding If you have come , please help .

It has been omitted , but you run the app billing as follows .

local function onTransaction (event) -- Transaction processing . . end local store = require ("store"); if store.availableStores.apple then - apple store in-app purchase system. store.init ("apple", onTransaction); elseif store.availableStores.google then - Google's Android In-App Billing system. store.init ("google", onTransaction); end . . store.purchase ('productIdentifier');

Once this is done ,

In the android that you created in the enterprise, even if successful in accounting , If you cancel in the back key , the app will have to force close it without transition to onTransaction, an error dialog is displayed .

With the same code , and it is operating any enterprise, pro without any problem in for iOS and android for that you created in pro.

That’s it .

Thank you .

Thank you for your help. 

Then, that there is a problem with the description of the AndroidManifest.xml I understand.

\<uses-permission android:name="com.android.vending.BILLING" /\> \<application ...\> \<activity ...\> \</activity\> \<service android:name="BillingService" /\> \<receiver android:name="BillingReceiver"\> \<intent-filter\> \<action android:name="com.android.vending.billing.IN\_APP\_NOTIFY" /\> \<action android:name="com.android.vending.billing.RESPONSE\_CODE" /\> \<action android:name="com.android.vending.billing.PURCHASE\_STATE\_CHANGED" /\> \</intent-filter\> \</receiver\>

The place in which it was described as,

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

As a result of only one row of, 

Process has now come back. 

AndroidManifest.xml in-app billing implementation at the time, or will the good in this?

Thank you for your help. 

Then, that there is a problem with the description of the AndroidManifest.xml I understand.

\<uses-permission android:name="com.android.vending.BILLING" /\> \<application ...\> \<activity ...\> \</activity\> \<service android:name="BillingService" /\> \<receiver android:name="BillingReceiver"\> \<intent-filter\> \<action android:name="com.android.vending.billing.IN\_APP\_NOTIFY" /\> \<action android:name="com.android.vending.billing.RESPONSE\_CODE" /\> \<action android:name="com.android.vending.billing.PURCHASE\_STATE\_CHANGED" /\> \</intent-filter\> \</receiver\>

The place in which it was described as,

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

As a result of only one row of, 

Process has now come back. 

AndroidManifest.xml in-app billing implementation at the time, or will the good in this?