Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在开源框架中,这是购买物品的代码:
[StoreInventory buyItemWithItemId:@"[itemId]"]
从店面购买商品的等效代码是什么?
https://github.com/soomla/ios-store
如果您使用的是 Storefront,则购买商品的代码是: ([StoreInventory buyItemWithItemId:@"your_item_id"])。
([StoreInventory buyItemWithItemId:@"your_item_id"])
见http://answers.soom.la/t/closed-storeinventory-item/270