glassfy / glassfy-flutter

Open source SDK to quickly integrate subscriptions, stop worring about code maintenance, and getting advanced real-time data. Javascript / iOS glue framework
MIT License
21 stars 4 forks source link

Gray screen when downloaded from appstore. Not testable locally #12

Closed TheRedSpy15 closed 1 year ago

TheRedSpy15 commented 1 year ago

I released an app to both stores. It works perfectly on the playstore. And it works perfectly when running with 'flutter run' and 'flutter run --release' on a physical iOS device.

However, if I download the iOS version from the appstore. My paywall screen that loads the pricing information for my subscription is completely gray. It's almost like there is an error message there but not displaying because it's the production build

Again, there does not appear when downloaded / running the app from any other means that I've tested

marcopifferi commented 1 year ago

Could you please send a screenshot ? We are not able to reproduce the issue

TheRedSpy15 commented 1 year ago

The solution was to not obfuscate the IPA when building. Not sure why exactly, but a simple flutter build ipa was required to fix the issue when publishing to the App Store