iOS提审笔记
查看苹果各大系统的服务状态:
中国区服务:https://www.apple.com/cn/support/systemstatus/
美国区服务:https://developer.apple.com/system-status/
遇到2.1大礼包要耐心,细心的一条条认证与苹果沟通。
遇到4.3礼包,要继续混淆代码和资源。
首次上内购的包,过审但没发布时无法充值的,因为此时的内购项ID都是无效的。
越狱机有时候是无法测内购的,有日志可看。
过审后用兑换码下载的包或者上线后的包出现启动闪退,并有如下日志:
Jul 23 11:11:31 amins-iPad kernel[0] <Debug>: AppleFairplayTextCrypterSession::fairplayOpen() failed, error -42112
Jul 23 11:11:31 amins-iPad backboardd[35] <Warning>: Unable to obtain a task name port right for pid 340: (os/kern) failure (5)
Jul 23 11:11:31 amins-iPad com.apple.launchd[1] (UIKitApplication:com.punchboxstudios.shikonglierenhd[0x7687][340]) <Notice>: (UIKitApplication:com.punchboxstudios.shikonglierenhd[0x7687]) Exited: Killed: 9
Jul 23 11:11:31 amins-iPad com.apple.launchd[1] (UIKitApplication:com.punchboxstudios.shikonglierenhd[0x7687]) <Error>: (UIKitApplication:com.punchboxstudios.shikonglierenhd[0x7687]) assertion failed: 11D167: launchd + 74759 [666E5F5B-36E7-3134-852E-A4BFEF07CD31]: 0x16
Jul 23 11:11:31 amins-iPad com.apple.launchd[1] (UIKitApplication:com.punchboxstudios.shikonglierenhd[0x7687]) <Error>: (UIKitApplication:com.punchboxstudios.shikonglierenhd[0x7687]) assertion failed: 11D167: launchd + 74759 [666E5F5B-36E7-3134-852E-A4BFEF07CD31]: 0x16
Jul 23 11:11:31 amins-iPad backboardd[35] <Warning>: Could not set priority of [340] to 1, priority: No such process
Jul 23 11:11:31 amins-iPad backboardd[35] <Warning>: Could not set priority of [340] to 0, priority: No such process
Jul 23 11:11:31 amins-iPad com.apple.launchd[1] (UIKitApplication:com.punchboxstudios.shikonglierenhd[0x7687]) <Notice>: (UIKitApplication:com.punchboxstudios.shikonglierenhd[0x7687]) Throttling respawn: Will start in 2147483647 seconds
Jul 23 11:11:31 amins-iPad backboardd[35] <Warning>: Application 'UIKitApplication:com.punchboxstudios.shikonglierenhd[0x7687]' exited abnormally with signal 9: Killed: 9
说明是苹果的问题,此时可联系客服,或用新的兑换码重新下载一个。
iOS提审笔记的更多相关文章
- iOS学习笔记——AutoLayout的约束
iOS学习笔记——AutoLayout约束 之前在开发iOS app时一直以为苹果的布局是绝对布局,在IB中拖拉控件运行或者直接使用代码去调整控件都会发上一些不尽人意的结果,后来发现iOS在引入了Au ...
- IOS学习笔记25—HTTP操作之ASIHTTPRequest
IOS学习笔记25—HTTP操作之ASIHTTPRequest 分类: iOS2012-08-12 10:04 7734人阅读 评论(3) 收藏 举报 iosios5网络wrapper框架新浪微博 A ...
- IOS学习笔记之关键词@dynamic
IOS学习笔记之关键词@dynamic @dynamic这个关键词,通常是用不到的. 它与@synthesize的区别在于: 使用@synthesize编译器会确实的产生getter和setter方法 ...
- iOS学习笔记-精华整理
iOS学习笔记总结整理 一.内存管理情况 1- autorelease,当用户的代码在持续运行时,自动释放池是不会被销毁的,这段时间内用户可以安全地使用自动释放的对象.当用户的代码运行告一段 落,开始 ...
- iOS学习笔记10-UIView动画
上次学习了iOS学习笔记09-核心动画CoreAnimation,这次继续学习动画,上次使用的CoreAnimation很多人感觉使用起来很繁琐,有没有更加方便的动画效果实现呢?答案是有的,那就是UI ...
- iOS开发笔记7:Text、UI交互细节、两个动画效果等
Text主要总结UILabel.UITextField.UITextView.UIMenuController以及UIWebView/WKWebView相关的一些问题. UI细节主要总结界面交互开发中 ...
- iOS学习笔记总结整理
来源:http://mobile.51cto.com/iphone-386851_all.htm 学习IOS开发这对于一个初学者来说,是一件非常挠头的事情.其实学习IOS开发无外乎平时的积累与总结.下 ...
- iOS学习笔记之Category
iOS学习笔记之Category 写在前面 Category是类别(也称为类目或范畴),使用Category,程序员可以为任何已有的类添加方法.使用类别可以对框架提供的类(无法获取源码,不能直接修改) ...
- iOS学习笔记之ARC内存管理
iOS学习笔记之ARC内存管理 写在前面 ARC(Automatic Reference Counting),自动引用计数,是iOS中采用的一种内存管理方式. 指针变量与对象所有权 指针变量暗含了对其 ...
随机推荐
- python画一颗拳头大的💗
用上turtle库后,各种画,今天画个拳头大的爱心@.@. 下面贴下代码: # -*- coding: utf-8 -*- # Nola import pygame import time impor ...
- GPUImage学习总结
GPUImage是iOS上一个基于OpenGL进行图像处理的开源框架,内置大量滤镜,架构灵活,可以在其基础上很轻松地实现各种图像处理功能. GPUImgae特性 1,丰富的输入组件 摄像头.图片.视频 ...
- angular -——组件样式修改不成功
angular组件样式修改不成功! 自己定义的css可以成功 组件的不行 style在模板字符串里 直接没有 class 是显示的 但是样式不生效 加上面 即可,为什么?我也不太清楚.有知道答案的请回 ...
- WSGI-mini-web框架服务器
前期准备: 安装python环境安装pycharm安装MySQL数据库安装pymsql创建一个学生表,存入数据我们只是实现一个非常简单的web服务,前端页面不会专门做页面文件,会在代码中以具体命令的形 ...
- Python卸载
前言 自己瞎折腾下载Python3.8.2,把之前下载好的python3.7.3覆盖掉.在运行之前Python环境的程序多次未果后.找到原因,Python3.7.3的包不支持Python3.8.2.于 ...
- lesson01
题目: Action3: 统计全班的成绩 班里有5名同学,现在需要你用numpy来统计下这些人在语文.英语.数学中的平均成绩.最小成绩.最大成绩.方差.标准差.然后把这些人的总成绩排序,得出名次进行 ...
- JDK14发布了,快来看看有什么新特性吧
序言
- Natas26 Writeup(PHP反序列化漏洞)
Natas26: 打开页面是一个输入坐标点进行绘图的页面. <html> <head> <!-- This stuff in the header has nothing ...
- Data-independent acquisition mass spectrometry in metaproteomics of gut microbiota - implementation and computational analysis DIA技术在肠道宏蛋白质组研究中的方法实现和数据分析 (解读人:闫克强)
文献名:Data-independent acquisition mass spectrometry in metaproteomics of gut microbiota - implementat ...
- 1.Lambda表达式
1.Lambda表达式 语法糖 也叫作糖衣语法,增强了代码的可读性 避免了出错的机会 但是,这种语法对于语言的功能并没有增强 和Lambda一样的糖衣语法还有:(1)泛型 <>(2)自动装 ...