Hello,
I configured MagicWeather example (by only changing `appleApiKey` and `ios` bundle name); I also created in-app subscription product in Apple App Store, and configured RevenueCat. Subscription is shown correctly, but it seems transaction never finishes, I am in a loop:
- Click on "Change the Weather" opens "paywall" widget with correct price shown, and "terms and conditions" footer.
- Click on the product item in the list (and I have single product only) will popup iOS username/password screen, "Sign in with Apple ID"
- After authentication, I can "purchase" chosen product, using iOS "Sandbox" native widget (in my case, clicking "Subscribe" button triggers "Enter password to authorize this transaction")
- After "purchase" it returns to "paywall" screen, and after few seconds delay it returns back to iOS "purchase product" widget, although I don't click anything. In a loop
I also added debug message right after `await Purchases.purchasePackage(myProductList[index]);` and it seems this call never returns.
Anyone succeeded with this example?
Also, it is very slow, when I choose offer from a list of available products, it takes few seconds to open purchase screen.