标签: objective-c in-app-purchase soomla
在开源框架中,这是购买项目的代码:
[StoreInventory buyItemWithItemId:@"[itemId]"]
从店面购买商品的等效代码是什么?
https://github.com/soomla/ios-store
答案 0 :(得分:0)
如果您使用的是Storefront,购买商品的代码是: ([StoreInventory buyItemWithItemId:@"your_item_id"])。
([StoreInventory buyItemWithItemId:@"your_item_id"])
请参阅http://answers.soom.la/t/closed-storeinventory-item/270