Solved

Flutter(iOS) Asked for email address and password for the initial purchase.

  • 26 August 2021
  • 1 reply
  • 123 views

Badge +4

I'm new to RevenueCat and am currently using RevenueCat with Flutter.
As the title says, the first time I make purchase in iOS, it asks for my email address and password.
In other apps, they don’t ask for them and you can pay with one tap.
Is it possible to implement the same functionality in RevenueCat?

Regards

icon

Best answer by cody 26 August 2021, 22:12

View original

1 reply

Userlevel 6
Badge +8

Hey @Masahiro Aoki! 👋

This is generally expected behavior, and is behavior that is outside of the Purchases SDK since it is handled by the system. In sandbox, it’s expected that you will occasionally be prompted to enter your testing credentials to make test purchases.

In production, you should ensure you are signed into an iCloud account before making a purchase. The system may still require a password, though, if it deems it necessary to complete the purchase.

Reply