简体   繁体   English

可下载内容作为iOS <6上的应用内购买

[英]Downloadable content as in-app-purchase on iOS < 6

According to iOS developer library downloads property exists only in iOS SDK 6.0 or later. 根据iOS开发人员库 downloads属性,仅在iOS SDK 6.0或更高版本中存在。

Is there way to make in-app-purchases with downloadable content on older version of iOS? 有没有办法在旧版iOS上进行可下载内容的应用内购买?

I hadn't seen the SKDownloads stuff before, but I did find this description of it: http://xinsight.ca/blog/iap-content-download-in-ios6/ 我以前没有看过SKDownloads内容,但确实找到了以下描述: http : //xinsight.ca/blog/iap-content-download-in-ios6/

To answer your question, yes you can make in-app-purchases with downloadable content from your own server(s). 要回答您的问题,是的,您可以使用自己服务器中的可下载内容进行应用内购买。 That capability has been available since IAP was introduced a few years ago. 自几年前引入IAP以来,该功能就已经可用。 What you want is the "Server Product Model" as described in the In-App-Purchase Programming guide: http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/APIOverview/OverviewoftheStoreKitAPI.html#//apple_ref/doc/uid/TP40008267-CH100-SW1 您需要的是“应用内购买编程指南”中所述的“服务器产品模型”: http : //developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/APIOverview/OverviewofStoreKitAPI.html #// apple_ref / doc / uid / TP40008267-CH100-SW1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM