Fix: add Amazon IAP v3.0.5 handle #2255
Open
+9
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added Amazon IAP v3.0.5 handle
Details
I'm developing app for business and faced this error while integrating
[email protected]
Error appeared because I also use @revenuecat/[email protected] (versions between 8.0.0 and 9.2.1 use Amazon IAP v3.0.5)
So Amazon IAP v3.0.5 is downloaded and we can't access method at class com.amazon.device.iap.internal.d
line:
OneSignal-Android-SDK/OneSignalSDK/onesignal/core/src/main/java/com/onesignal/core/internal/purchases/impl/TrackAmazonPurchase.kt
Line 83 in c96e91f
Error screenshot:
This method at v3.0.4
This method at v3.0.5
Manual testing
Steps:
docs: https://capacitorjs.com/docs/v6/getting-started/with-ionic
docs:
https://documentation.onesignal.com/docs/ionic-capacitor-cordova-sdk-setup
https://www.revenuecat.com/docs/getting-started/installation/capacitor
Affected code checklist
Checklist
Overview
Testing
Final pass
This change is