我想知道是否有任何方法可以到达消耗品、非经常性应用内购买的原始购买日期。我的应用程序中的 IAP 有效期为 3 个月。但是,当用户删除应用程序然后恢复他的购买时,我找不到任何方法来获取原始购买日期以查看 3 个月是否已经过去。有任何想法吗?
[[RMStore defaultStore] restoreTransactionsOnSuccess:^(NSArray *transactions) {
[[Game user] boughtFish];
NSLog(@"Transactions restored");
} failure:^(NSError *error) {
NSLog(@"Something went wrong");
}];