I'm using Unity IAP 1.21 for amazon app, not receiving any products in the store. previously i checked on device making internal build, it was working on beta. Now with same IAP version and code I'm making Gradle native build it's not working. Should I need to make some necessary changes in Proguard-user.txt file or is there any some other solution for this.
Also tried changing in Proguard-user.txt as follows:
-dontwarn com.amazon.**
-keep class com.amazon.** {*;}
-keepattributes *Annotation*
-dontoptimize
↧