Hello,
I am currently using revenueCat to handle IAP.
My app is working well on android platform. However, when I am trying to use it on IOS, I am unable to restoreTransactions and I am also unable to perform any transactions
I have followed the instructions here: https://docs.revenuecat.com/docs/flutter and also set up API Keys.
I can connect to my Appstore and load the required in-app purchase.
However, when I click on it and fill in the login details of the testers account (Sandbox Testers). Nothing happens.
Sorry for the questions, I have been fixing this issue for several days and I cannot find any clues to fix it.
I am also using the following code, but I am unable to restore anything and the code stucks here.
PurchaserInfo restoredInfo = await Purchases.restoreTransactions();