- 博客(11)
- 资源 (2)
- 收藏
- 关注
原创 iOS 获取设备UDID
第一种,通过蒲公英,简单、方便,方法如下:在Safari打开 http://www.pgyer.com/udid/ ,扫描二维码,安装描述文件后就可以获取到。(ps:删除描述文件:设置->通用->设备管理-找到相关描述文件,删除)第二种,将设备通过数据线连接到电脑,打开iTunes,点击左上角的小手机图标,出现设备信息,点击“序列号”,那一栏会变成“UDID”,右击拷贝,就...
2018-11-02 15:59:39
1125
2
原创 iOS判断当前设备机型 (包含至iPhone XS Max)
// 判断是否是IphoneX 系列-(BOOL)IsIphoneX{ BOOL isPhoneX = NO;\ if (@available(iOS 11.0, *)) {\ isPhoneX = [[UIApplication sharedApplication] delegate].window.safeAreaInsets....
2018-11-02 14:42:23
4847
1
原创 iOS webview添加localStorage
localStorage在H5中主要的作用是本地存储,与sessionStorage区别就是localStorage属于永久性存储,而sessionStorage属于当会话结束的时候,sessionStorage中的键值对会被清空。localStorage适合存储小型数据,localStorage的值类型限定为string类型。iOS 中对localStorage操作// 设置localS...
2018-10-30 11:08:47
5700
原创 iOS App审核上线
iOS App审核Apps using background location services must provide a reason that clarifies the purpose of the use, using mechanisms described in the Human Interface Guidelines
2017-09-06 13:54:59
787
原创 iOS 真机测试报错
真机测试报错The certificate used to sign "Hmss" has either expired or has been revoked. An updated certificate is required to sign and install the application.Signing for "XXX" requires a development team. Select a development team in the project editor.requi
2016-10-21 10:28:34
2580
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人