Sorry please, it was my bug, application resign activity and call to not created object...
The application has crashed when a dialog window of shopping is shown (screenshot).
[img]http://puu.sh/3fDma.png[/img]
iOS tier 2, AGK: 1813.
in console:
[code]SKPaymentTransactionStatePurchasing processed
but:
Still, tell me please, how to use the purchase with agk?
SKPaymentTransactionStatePurchasing processed[/code]
but:
Still, tell me please, how to use the purchase with agk?
[code]
agk::InAppPurchaseSetTitle ( "Unnamed Store" );
agk::InAppPurchaseAddProductID (storeItem_Coins1000, 1 );
agk::InAppPurchaseSetup();
storeItem_Coins1000 - is #define.[/code]
InAppPurchaseActivate ( iID ) - what is the iID?
in
InAppPurchaseAddProductID it's char, but
InAppPurchaseActivate = int, why?
agk::InAppPurchaseSetTitle ( "Unnamed Store" );
agk::InAppPurchaseAddProductID (storeItem_Coins1000, 1 );
agk::InAppPurchaseSetup();
[/code]
storeItem_Coins1000 - is #define.