Closed sarankumar-ns closed 1 year ago
Same issue for me on Android release build. @sarankumar-ns solution works. This is in the latest version 0.0.11.
@sarankumar-ns could you add the rule below in progaurd file? And please test it out and confirm -keep class com.chargebee.android.* { ;}
@sarankumar-ns Hope this issue got resolved. Please open a new issue in case of any issues related to it. Thanks.
I was getting this PlatformException even after a Successful purchase via Play Billing in Release Mode.
Even an invoice was also created on the Chargebee site and the webhook triggers a subscription-created event call.
This stack trace was from the previous version of the Chargebee plugin.
In the newer version, it's just returning this.
If I manually set
minifyEnabled
andshrinkResuource
tofalse
in thebuild.gradle
it doesn't throw any exception and works fine.