摘要: App Store审核指南中文版(2014.9.10更新):新增Apple Pay相关内容苹果在9月3日对App Store审核指南进行了重大更新,新添加了扩展、HealthKit、HomeKit以及TestFlight相关内容。另外,在9月10日新品发布会之后,苹果再次更新了App Store审核... 阅读全文
posted @ 2014-12-07 20:32 wangpp 阅读(160) 评论(0) 推荐(1) 编辑
摘要: 程序上传步骤:1.登录账户,点击Manage Your Apps2.点击Add New App3.注册Bundle ID,点击蓝色的here4.进入了注册页面,首先要填写App ID的一个描述,这个随意填了,只要你能记住(建议填个有特征的,比如”AAAAAAAAAAAAAAAAAAAAAAAAAAA... 阅读全文
posted @ 2014-12-07 20:24 wangpp 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 我提交app时总是提示bundle identifier 不一致,target general的Bundle Identifier后面总是有三条灰色的横线,后来发现是因为我的项目名称是中文的,改为英文就好了如果要修改bundle identifier ,可以在工程中的两个地方修改:1.targets... 阅读全文
posted @ 2014-12-09 15:08 wangpp 阅读(440) 评论(0) 推荐(0) 编辑
摘要: - (void)viewWillAppear:(BOOL)animated{ [super viewWillAppear:YES]; [self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@... 阅读全文
posted @ 2014-12-08 11:37 wangpp 阅读(290) 评论(0) 推荐(0) 编辑
摘要: - (UIImage *) createImageWithColor: (UIColor *) color{CGRect rect = CGRectMake(0.0f,0.0f,1.0f,1.0f); UIGraphicsBeginImageContext(rect.size); CGConte... 阅读全文
posted @ 2014-12-08 11:33 wangpp 阅读(2454) 评论(0) 推荐(0) 编辑
摘要: XCODE 6.01,真机运行时,总是是第一次蹦出弹窗, 提示:App installation failedCould not inspect the application package.再来一次就可以运行了。但是,一直反复出现。为什么呢?分析后发现:项目一开始是没有问题的。后来我把工程名改成... 阅读全文
posted @ 2014-12-06 10:19 wangpp 阅读(697) 评论(0) 推荐(0) 编辑