RNInAppPurchaseModule icon indicating copy to clipboard operation
RNInAppPurchaseModule copied to clipboard

purchaseProduct支付后成功没有返回数据

Open EliYenn opened this issue 5 years ago • 1 comments

RNInAppPurchaseModule.purchaseProduct(info.identifier,info.identifier, (error, result) => { if (error) { Toast.info(error, config.duration()); } else { // TODO: 与服务器交互购买凭证 console.log('result',result); // 验证成功,删除缓存的凭证 RNInAppPurchaseModule.removePurchase(result); } });

result没有返回数据,无法和服务器交互购买凭证

EliYenn avatar Jan 11 '20 06:01 EliYenn

+1

lh9403 avatar Dec 25 '20 11:12 lh9403