使用亚马逊的 Adob​​e AIR 本机扩展获取用于应用内购买收据验证的亚马逊用户 ID

getting the Amazon UserID for in app purchase receipt validation with Amazon's Adobe AIR native extension

基本上,这一切都在标题中。在使用亚马逊 SDK 中的 Adob​​e AIR ANE 处理购买后,我正在尝试从我们的服务器验证亚马逊的收据。为了验证收据,我需要三样东西:开发者密码(得到它)、purchaseToken(也得到它!)和亚马逊的 app-specific 用户 ID(他妈的不知道如何得到它!)。

我知道对于本机编程,您使用 ongetUserIDResponse 事件,但似乎没有使用 AIR 本机扩展的任何相应事件。

非常感谢!

已解决http://27.251.180.103/php-team/anju/gamer-emporium/SAMPLE%20CODES/Apps-SDK/Android/InAppPurchasing/plugins/adobe/docs/as3doc/com/amazon/nativeextensions/android/AmazonPurchase.html#getCurrentUser()

AmazonPurchase.amazonPurchase.getCurrentUser() returns 亚马逊用户 ID。

已解决:http://27.251.180.103/php-team/anju/gamer-emporium/SAMPLE%20CODES/Apps-SDK/Android/InAppPurchasing/plugins/adobe/docs/as3doc/com/amazon/nativeextensions/android/AmazonPurchase.html#getCurrentUser()

AmazonPurchase.amazonPurchase.getCurrentUser() returns 亚马逊用户 ID。