I am implementing auto renewable subscriptions in Flutter. I have successfully implemented them for Android using this package https://pub.dev/packages/in_app_purchase
. However, it is not working on iOS.
I have followed all of the instructions to create the auto renewable subscription in app center, but when I try to fetch the list of products in the app it returns null
. Please help me to resolve this issue I am stuck on this. Thanks in advance.