
APP发布
x1198928367
法律上开发围殴覅
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
提交APP store 报错
1,第一个报错 可以搜一下项目中是不是有多的info.plist 2. 第二个,icon图片要在工程中也放置一份原创 2016-07-12 14:32:02 · 304 阅读 · 0 评论 -
APP状态与条例 https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunes
App发布问题原创 2016-08-06 08:49:52 · 521 阅读 · 0 评论 -
app加速审核 http://www.cocoachina.com/appstore/20150203/11097.html
App加速审核原创 2016-08-06 09:50:10 · 745 阅读 · 0 评论 -
ios版本跟新
AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager]; //966061242 密云360 [manager POST:@"http://itunes.apple.com/cn/lookup?id=966061242" parameters:nil success原创 2016-08-12 08:41:44 · 283 阅读 · 0 评论 -
APP发布的时候输出控制
第一步 :在pch中添加 #ifdef DEBUG #define NSLog(...) NSLog(__VA_ARGS__) #define debugMethod() NSLog(@"%s", __func__) #else #define NSLog(...) #define debugMethod() #endif 第二步:在 "T原创 2016-08-12 18:18:46 · 203 阅读 · 0 评论