adaptyteam / AdaptySDK-Flutter

SDK for growing mobile in-app purchases
https://docs.adapty.io/docs/quickstart
MIT License
95 stars 17 forks source link

release app bundle doesn't display products #45

Closed mehul9spl closed 2 years ago

mehul9spl commented 2 years ago

I am working on adapty subscription when i test my app on release apk then it display all product from google play store but when i make release app bundle then it not display any product from google play store

VladimirCourse commented 2 years ago

Having the same problem. Here some logs

I/flutter (10797): #0      Adapty._invokeMethodHandlingErrors (package:adapty_flutter/adapty_flutter.dart:240)
I/flutter (10797): <asynchronous suspension>
I/flutter (10797): #1      Adapty.getPaywalls (package:adapty_flutter/adapty_flutter.dart:64)
I/flutter (10797): <asynchronous suspension>
....
I/flutter (10797): AdaptyError (code null) 
vladd-g commented 2 years ago

@mehul9spl @VladimirCourse I suppose it can be an obfuscation-related problem, could you please add the following line to proguard config if you don't have it yet? -keep class com.adapty.** { *; }

demirdev commented 1 year ago

Same error, In the Adapty dashboard my android app settings, not inform to me: 'SDK is installed and working'