api - Not Getting In-App Purhcasing CallBack for KindleFire Android -


i stuck 5 days regarding inn-app purchase flow. have uploaded version amazon in-app 3 months ago in amazon store. worked well. able sell in-game items through it. but, few days ago, launched new version of including amazon mobile ads. , surprisingly, app rejected due in-app purchase error. updated code little, re-submitted (didnt update app version code , version name), got same bug report amazon testing team. don't have clue this. previous version worked well, , in version, maintained purchasing flow exact same. there new settings in developer portal called security profile. have not include in app.is related in-app purchasing ? (i included amazon game circle in app).

the main problem is, amazon testing team not getting live response i.e iap api calls not being performed in "live" mode. means, onsdkavailable() returning false.

my code same buttonclicker example. receiver set on manifest.

i use following lines in proguard,

-keep public class com.amazon.**

-keepclassmembers public class com.amazon.*{ ; } -dontwarn com.amazon.*

as dont have real kindle fire device, so, resolving issue getting difficult me. testing app installing amazon test client in android device. and, works fine there.

so questions are,

  1. how make sure iap api calls perform in "live" mode ? there settings have handle @ amazon mobile distribution portal ?

  2. is updating version code , version name solve problem ?

any other solution ?

please me out ..

after struggling, had figure out actual problem.. in proguard, wrote, keep public class com.amazon

later, define, keep class com.amazon**

and problem solve. so, problem of pro-guard.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -