簡體   English   中英

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"

離子 --version: 2.2.3 科爾多瓦 --version: 6.5.0

終於解決了再次將 .IPA 應用上傳到應用商店的問題,謝謝!

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM