Search code examples
androidxamarin.formsin-app-billingsubscription

Android - Test Pending Purchases with Subscriptions


I am trying to test pending purchases on Android for my app which is going to have subscriptions. At the moment I see:

  1. Test card always approves.
  2. Test card always declines.

I need to see:

  1. Test card slow to approve.
  2. Test card slow to decline.

How can I see these payment instruments when making a test purchase?

enter image description here


Solution

  • Pending purchases currently work only for one time items, not subscriptions: docs