You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've implemented all appropriate steps to get IAP set up for Amazon, but despite my best attempts, I always get false returned from initConnection(). I'm certain my config is correct as it initialises correctly and I'm able to go through the purchasing flow on Apple tvOS and Android TV, but when Live App Testing on an Amazon Fire TV stick, it simply does not connect. This also occurs on a local signed development build.
After digging around for quite a while, I'm assuming that the build variant used when building the APK is defaulting to the playRelease build variant for the module and not the amazonRelease. When I change this manually I get this error:
Is it even possible to select a build variant for a module manually? Am I thinking along the right lines here?
If there's any more information I can provide for this please let me know.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I've implemented all appropriate steps to get IAP set up for Amazon, but despite my best attempts, I always get
false
returned frominitConnection()
. I'm certain my config is correct as it initialises correctly and I'm able to go through the purchasing flow on Apple tvOS and Android TV, but when Live App Testing on an Amazon Fire TV stick, it simply does not connect. This also occurs on a local signed development build.After digging around for quite a while, I'm assuming that the build variant used when building the APK is defaulting to the
playRelease
build variant for the module and not theamazonRelease
. When I change this manually I get this error:Is it even possible to select a build variant for a module manually? Am I thinking along the right lines here?
If there's any more information I can provide for this please let me know.
Beta Was this translation helpful? Give feedback.
All reactions