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://"]]];
精彩评论