iOS如何application:didFinishLaunch
2016-05-12 本文已影响1953人
jun1st
如何调试<code>application:didFinishLaunchingWithOptions</code>?
比例如何测试App在未开启状态下,收到push notification时,启动App的处理逻辑? 其实已经很简单了,在xCode里设置一下就可以了,
选择你项目作为target,然后选择 edit schema -> run
Screen Shot 2016-05-12 at 5.23.25 PM.png,
选择 Wait for executable to be launched。
这时在xcode里点击run,并不会启动app,而是出于等待状态,知道你启动app或者收到push notification而启动。