Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
balaji.holopundits's avatar
balaji.holopundits
Honored Guest
7 years ago

IAP checkout callback issue

Hi,
In our one of app we are using the following code from unity platform SDK to implement IAP consumables,     
    IAP.LaunchCheckoutFlow(temp).OnComplete(LaunchCheckoutFlowCallback);
We configured a test user account to test on alpha channel, the above code shows the payment panel with payment details correctly, but after entering the payment card pin the control is not triggering the callback method (LaunchCheckoutFlowCallback). Instead application is getting restarted. 



2 Replies

Replies have been turned off for this discussion
  • Is there any resolution on this issue. We have discovered that some of our users press the Oculus home button when they just finish entering the pin for our subscription service and this results in the IAP.LaunchCheckoutFlow().OnComplete() to not occur.

     

    After this, if the user selects any subscription plan, we immediately get a canceled error from the callback.

    How do we prevent this?