码迷,mamicode.com
首页 > 移动开发 > 详细

adobe air for ios 应用完成appstore评论

时间:2014-09-29 13:00:40      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:http   io   os   ar   for   sp   on   c   amp   

1,跳转到App Store:
NSString *str = [NSString
stringWithFormat:@"http://itunes.apple.com/us/app/id%d",
436957167];
[[UIApplication sharedApplication] openURL:[NSURL
urlWithString:str]];

436957167是App ID

2,跳转到评价页面:
NSString *str
= [NSString stringWithFormat: 
@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=%d",436957167
]; 
[[UIApplication sharedApplication] openURL:[NSURL
urlWithString:str]];

3,直接跳转到App Store:
http://phobos.apple.com/。。。。

object-c源码 在写一个ane for ios 在里面多加一个方法,调用以上源码就OK,记得import UIKIT.h

adobe air for ios 应用完成appstore评论

标签:http   io   os   ar   for   sp   on   c   amp   

原文地址:http://www.cnblogs.com/Jonathan1991/p/3999841.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!