开发者

iTunes purchased apps API call

Does anyone know if the iTunes has purchased apps API call? I wou开发者_开发百科ld like to see the list of all my purchased apps.


No, there isn't any. But you can try to detect what is installed, if you know the URL schema used by the app, using

[UIApplication canOpenURL:[NSURL URLWithString:@"theappurlschema://"]]];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜