Ionic APP 和 iOS 11 无限加载时卡在闪屏中

Ionic APP and iOS 11 stuck in splash screen with infinite loading

我用 Ionic 开发了一个应用程序,一切都运行良好。我也将我的应用程序发送到 AppStore 并通过了审核阶段。

应用程序获得批准后,我从 AppStore 下载了该版本,我发现 生产 应用程序卡在启动画面中,微调器在中间加载屏幕无限时间。

我尝试调试我用 Xcode 发送的应用程序,但现在我的应用程序(以前运行良好)也被卡在同一部分!!奇怪

我的端点位于运行良好的服务器中(而且我发现该应用程序通过了审查很奇怪..)

xcode 中的登录如下:

2017-10-30 19:23:32.237209-0300 Club PO[10332:4430711] FATAL: OneSignal AppId format is invalid.
Example: 'b2f7f966-d8cc-11e4-bed1-df8f05be55ba'
2017-10-30 19:23:32.243192-0300 Club PO[10332:4430711] Apache Cordova native platform version 4.3.1 is starting.
2017-10-30 19:23:32.243305-0300 Club PO[10332:4430711] Multi-tasking -> Device: YES, App: YES
2017-10-30 19:23:32.373394-0300 Club PO[10332:4430711] [MC] Lazy loading NSBundle MobileCoreServices.framework
2017-10-30 19:23:32.374762-0300 Club PO[10332:4430711] [MC] Loaded MobileCoreServices.framework
2017-10-30 19:23:32.380800-0300 Club PO[10332:4430711] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
2017-10-30 19:23:32.389913-0300 Club PO[10332:4430711] Using UIWebView
2017-10-30 19:23:32.392638-0300 Club PO[10332:4430711] [CDVTimer][handleopenurl] 0.105977ms
2017-10-30 19:23:32.395315-0300 Club PO[10332:4430711] [CDVTimer][intentandnavigationfilter] 2.561986ms
2017-10-30 19:23:32.395519-0300 Club PO[10332:4430711] [CDVTimer][gesturehandler] 0.064969ms
2017-10-30 19:23:32.508949-0300 Club PO[10332:4430711] [CDVTimer][splashscreen] 113.343000ms
2017-10-30 19:23:32.523217-0300 Club PO[10332:4430711] [CDVTimer][statusbar] 14.133990ms
2017-10-30 19:23:32.526091-0300 Club PO[10332:4430711] [CDVTimer][keyboard] 2.716005ms
2017-10-30 19:23:32.526343-0300 Club PO[10332:4430711] Starting Facebook Connect plugin
2017-10-30 19:23:32.526430-0300 Club PO[10332:4430711] [CDVTimer][facebookconnectplugin] 0.211000ms
2017-10-30 19:23:32.526570-0300 Club PO[10332:4430711] [CDVTimer][TotalPluginStartup] 134.099007ms
2017-10-30 19:23:32.667525-0300 Club PO[10332:4430711] refreshPreferences: HangTracerEnabled: 0
2017-10-30 19:23:32.667577-0300 Club PO[10332:4430711] refreshPreferences: HangTracerDuration: 500
2017-10-30 19:23:32.667602-0300 Club PO[10332:4430711] refreshPreferences: ActivationLoggingEnabled: 0 ActivationLoggingTaskedOffByDA:0
2017-10-30 19:23:33.065090-0300 Club PO[10332:4430711] [MC] Reading from public effective user settings.
2017-10-30 19:23:33.113662-0300 Club PO[10332:4430711] Resetting plugins due to page load.
2017-10-30 19:23:33.689447-0300 Club PO[10332:4430787] TIC Read Status [1:0x0]: 1:57
2017-10-30 19:23:33.690025-0300 Club PO[10332:4430787] TIC Read Status [1:0x0]: 1:57
2017-10-30 19:23:53.167722-0300 Club PO[10332:4430786] NSURLConnection finished with error - code -1001
2017-10-30 19:23:53.186367-0300 Club PO[10332:4430711] Failed to load webpage with error: The request timed out.
2017-10-30 19:23:53.191988-0300 Club PO[10332:4430787] Task <8DE2F0BC-14FC-47A8-9049-99895860ED86>.<0> HTTP load failed (error code: -999 [1:89])

我的插件列表是:

cordova-plugin-compat 1.0.0 "Compat"
cordova-plugin-device 1.1.2 "Device"
cordova-plugin-facebook4 1.9.1 "Facebook Connect"
cordova-plugin-inappbrowser 1.4.0 "InAppBrowser"
cordova-plugin-nativestorage 2.2.2 "NativeStorage"
cordova-plugin-splashscreen 3.2.2 "Splashscreen"
cordova-plugin-statusbar 2.1.3 "StatusBar"
cordova-plugin-whitelist 1.2.2 "Whitelist"
ionic-plugin-keyboard 2.2.1 "Keyboard"
onesignal-cordova-plugin 2.2.2 "OneSignal Push Notifications"
phonegap-plugin-barcodescanner 6.0.1 "BarcodeScanner"
phonegap-plugin-push 2.1.0 "PushPlugin"

ionic --version: 2.2.3 科尔多瓦 --version: 6.5.0

终于解决了再次将 .IPA 应用程序上传到应用程序商店的问题,谢谢!