I'm working with flutter, using an apple sandbox account. According to the logs, everything seems to be working fine.
PROBLEM - 1
But after clicking the paywall and logging in the sandbox credentials, I get this error 2: there was a problem with the app store
How do I resolve this?
PROBLEM - 2
In the iPhone emulator, after clicking on paywall, the Apple login modal works, but when I create a build for TestFligh on my iPhone, after clicking on paywall, nothing happens. What could be causing this?
PROBLEMA - 3
After clicking on the paywall to purchase a plan, shouldn't the package purchase mode automatically open in the simulator? All that appears to me is a modal to log in with apple credentials.
flutter: π DEBUG: Starting HomeScreen
flutter: ποΈ DEBUG: Checking premium access
flutter: ποΈ DEBUG: Checking if RevenueCat is configured...
flutter: ποΈ DEBUG: Do you have premium access? false
flutter: ποΈ DEBUG: Entitlements active: {}
flutter: ποΈ DEBUG: All entitlements: {}
flutter: ποΈ DEBUG: Searching for available offers...
flutter: ποΈ DEBUG: Packages found: 2
flutter: ποΈ DEBUG: Package details:
flutter: ποΈ DEBUG: - Package ID: $rc_weekly
flutter: ποΈ DEBUG: - Product ID: 01
flutter: ποΈ DEBUG: - Title: Weekly Plan
flutter: ποΈ DEBUG: - Description: Exclusive access for 7 days
flutter: ποΈ DEBUG: - Price: $3.99
flutter: ποΈ DEBUG: - Type: PackageType.weekly
flutter: ποΈ DEBUG: - Package ID: $rc_monthly
flutter: ποΈ DEBUG: - Product ID: 02
flutter: ποΈ DEBUG: - Title: Monthly Plan
flutter: ποΈ DEBUG: - Description: Exclusive access for 30 days
flutter: ποΈ DEBUG: - Price: $12.99
flutter: ποΈ DEBUG: - Type: PackageType.monthly
flutter: ποΈ DEBUG: Trying to show paywall...