摘要: /调用safar打开网页 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.cnblogs.com/foxmin"]]; ////调用app store (省略号后面加的是产品的id等一些参数) 阅读全文
posted @ 2018-02-24 17:32 姜晓延 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 设置info.plist 安全登录 App Transport Security Settings dictionary Allow Arbitrary Loads Boolean YES 阅读全文
posted @ 2018-02-24 17:31 姜晓延 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Xcode 配置包 could not find developer disk image 在Finder状态下前往文件夹,快捷键:shift+command+G,填写路径/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl 阅读全文
posted @ 2018-02-24 17:30 姜晓延 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 解决系统设置安全与隐私没有允许所有来源:sudo spctl --master-disable 阅读全文
posted @ 2018-02-24 17:29 姜晓延 阅读(501) 评论(0) 推荐(0) 编辑
摘要: //计算文本的高度 commentLabel定义的成员变量 int version=[[UIDevice currentDevice].systemVersion intValue]; NSLog(@"当前系统的版本:%d",version); //评论Label的适配 NSString *comm 阅读全文
posted @ 2018-02-24 17:28 姜晓延 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 企业版证书与个人/公司证书一样,可以在苹果开发者网站上面直接Revoke掉,重新申请生成。企业版打包有两种方法: 第一种方法:直接编译,拖动GoldingMedical.app到itunes 拖动完成如下: 再将“金鼎医信”拖动到桌面,会生成ipa包(就可以用于发布、安装了) 第二种打包方法: 打开 阅读全文
posted @ 2018-02-24 17:19 姜晓延 阅读(142) 评论(0) 推荐(0) 编辑