ios - 如果我们在 App Delegate 的 didFinishLaunching 中返回 NO 会发生什么
<p><div>
<aside class="s-notice s-notice__info post-notice js-post-notice mb16"role="status">
<div class="d-flex fd-column fw-nowrap">
<div class="d-flex fw-nowrap">
<div class="flex--item wmn0 fl1 lh-lg">
<div class="flex--item fl1 lh-lg">
<b>这个问题在这里已经有了答案</b>:
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>检查 <code>-(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions</code> in <a href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegate_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/UIApplicationDelegate/application:didFinishLaunchingWithOptions:" rel="noreferrer noopener nofollow">Apple Doc</a> </p>
<p><strong>返回值</strong></p>
<p>如果应用程序无法处理 URL 资源,则返回 YES,否则返回 YES。如果应用因远程通知而启动,则忽略返回值。</p></p>
<p style="font-size: 20px;">关于ios - 如果我们在 App Delegate 的 didFinishLaunching 中返回 NO 会发生什么,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/25079498/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/25079498/
</a>
</p>
页:
[1]