美文网首页移动开发
iOS如何application:didFinishLaunch

iOS如何application:didFinishLaunch

作者: jun1st | 来源:发表于2016-05-12 17:29 被阅读1953次

    如何调试<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而启动。

    相关文章

      网友评论

        本文标题:iOS如何application:didFinishLaunch

        本文链接:https://www.haomeiwen.com/subject/fxsurttx.html