I copy the IAP Key public Key in https://apiconsole.samsungapps.com/.
i found IAP ISN jwt only work in notice event type ARS_SUBSCRIBED and ARS_UNSUBSCRIBED,
but does not work in ARS_RENEWED by 10 min auto renewed subscription in beta test, how can i do to test my application renewed feature is work?
any body can help? I use public key to verify the jwt token,but only ARS_SUBSCRIBED AND ARS_UNSUBSCRIBED pass the verify,ARS_RENEWED not even pass once,same public key, same function, no branching conditions.that’s strange.
Hello,
Welcome to this forum.
Did you follow this guide Create an Access Token | Samsung Developer to generate the JWT token?
Greetings,I have integrated the ISN feature from SAMSUNG.In this guide,The JWT is generated from samsung service 【38.181.80.164】in beta mode
https://developer.samsung.com/iap/isn/jwt/signature.html。
I follow the guide to verify JWT from samsung,however, only ARS_SUBSCRIBED and ARS_UNSUBSCRIBED can pass the JWT validation, while ARS_RENEWED cannot pass the validation. I even used the examples from the documentation for validation, but the result is still the same.
@ galaxygm251
Any update on this topic have you been able to solve this proble? We have similar issue.