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 .