Bitcode概述 Bitcode is an intermediate representation of a compiled program. Apps you upload to iTunes Connect that contain bitcode will be compiled ...
分类:
其他好文 时间:
2016-01-26 20:27:35
阅读次数:
290
1 NSString * appstoreUrlString = [NSString stringWithFormat:@"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type...
分类:
移动开发 时间:
2016-01-08 18:22:13
阅读次数:
126
备份一下:The app on Appstore has specific URL formathttp://itunes.apple.com/[country-code]/app/[app-name]/id+[id_value]?mt=[1...12]country-code can beusfo...
分类:
移动开发 时间:
2016-01-07 18:10:08
阅读次数:
145
微软自拍(Microsoft Selfie)主要是支持自拍后还能加强自拍效果的功能。不过和其他自拍应用不同的是,Microsoft Selfie 利用了机器学习来增强照片,应用会“考虑年龄、性别、肤色、光线和其他因素”来智能增强照片。目前有英文版和中文版。下载链接如下:https://itunes.apple.com/cn/app/microsoft-selfie/id1064676206?l=e...
分类:
移动开发 时间:
2016-01-07 11:48:21
阅读次数:
152
登陆之数据包分析工具: python-urllib2 | firefox+firebug或者chrome,用浏览器打开登陆页面之后,按F12键会默认打开开发者工具或者启动firebug,点击network监听数据包,下面以itune的登陆举一个例子。1. 在浏览器中输入itunes的登陆地址:htt...
分类:
其他好文 时间:
2016-01-04 11:31:08
阅读次数:
356
第一种:itunes://itunes.apple.com/cn/app/id794862904 ,这是最普通的一种。直接在浏览器中输入。就能够打开电脑上安装的itunes,并跳转到相应的app下载页面.另外一种:http://itunes.apple.com/cn/app/id794862904。...
分类:
移动开发 时间:
2016-01-01 13:00:27
阅读次数:
360
要点:在iTunes Connect创建应用程序空间Xcode选择好对应的开发证书(即和应用程序空间一致的证书)填写好相关的描述信息以及相关的联系信息iTunes Connect登录网址:https://itunesconnect.apple.com/WebObjects/iTunesConnect...
分类:
移动开发 时间:
2015-12-31 12:12:02
阅读次数:
212
在iOS应用中,UITableView应该是使用率最高的视图之一了。iPod、时钟、日历、备忘录、Mail、天气、照片、电话、短信、Safari、AppStore、iTunes、GameCenter几乎所有自带的应用中都能看到它的身影,可见它的重要性。然而在使用第三方应用时,却经常遇到性能上的问题,普遍表现..
分类:
移动开发 时间:
2015-12-28 06:45:41
阅读次数:
234
// appstore的情况下,版本检查升级的处理#define kShiperAppID @"AppStore中查看AppId"#define kURLLookup @"http://itunes.apple.com/cn/lookup?id=%@"#pragma mark - appSto...
分类:
移动开发 时间:
2015-12-14 16:07:30
阅读次数:
193