Closed JaimeCarbo closed 9 years ago
Hi @JaimeCarbo, your receiver is 1.x version. the current supported version is 2.0 you need to change the old receiver to
<receiver android:name="com.amazon.device.iap.ResponseReceiver">
<intent-filter>
<action
android:name="com.amazon.inapp.purchasing.NOTIFY"
android:permission="com.amazon.inapp.purchasing.Permission.NOTIFY" />
</intent-filter>
</receiver>
Hi @akarimova,
Thank you for your quick response. Is there any other change for the 2.0 version we should change that is not already handled by OpenIAB?
Only this change.
I am getting an error when I purchase an IAP, cancel or hit back on the IAP. The app crashes and the stacktrace says it is because the ResponseReceiver cannot be instantiated. I have attached a copy of the stack trace below. Is this a known bug and if so is there any type of workaround it?