使用Urban Airship恢复和下载非消耗性IAP

时间:2013-11-27 20:26:24

标签: ios in-app-purchase

我正在尝试为我的IAP实施恢复过程。 这是我的实施:

    - (IBAction)didPressRestore:(id)sender
    {
        [UAStoreFront restoreAllProducts];
    }

虽然这确实可以恢复购买,但它不会重新下载产品。我没有写应用程序的购买部分,但据我了解,在致电[UAStoreFront purchase:]后,产品会自动下载。

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

城市飞艇已被弃用http://docs.urbanairship.com/reference/iap.html

请尝试使用Apple IAP。