Hi there, have an app that were working in ionic2 and now migrating to ionic3.
Android is now fully working… but ios i got stuck in the splash screen
asking -> Device: YES, App: YES
2018-03-14 02:36:31.249291-0300 App[47267:446649] CDVWKWebViewEngine: trying to inject XHR polyfill
2018-03-14 02:36:31.362667-0300 App[47267:446649] [MC] Lazy loading NSBundle MobileCoreServices.framework
2018-03-14 02:36:31.364555-0300 App[47267:446649] [MC] Loaded MobileCoreServices.framework
2018-03-14 02:36:31.371840-0300 App[47267:446649] CDVWKWebViewEngine will reload WKWebView if required on resume
2018-03-14 02:36:31.372512-0300 App[47267:446649] Using Ionic WKWebView
2018-03-14 02:36:31.374436-0300 App[47267:446649] [CDVTimer][handleopenurl] 0.586987ms
2018-03-14 02:36:31.378847-0300 App[47267:446649] [CDVTimer][intentandnavigationfilter] 4.116058ms
2018-03-14 02:36:31.380685-0300 App[47267:446649] [CDVTimer][gesturehandler] 0.105977ms
2018-03-14 02:36:31.388270-0300 App[47267:446649] [CDVTimer][cordovagooglemaps] 4.673004ms
2018-03-14 02:36:31.391817-0300 App[47267:446649] [CDVTimer][keyboard] 2.167940ms
2018-03-14 02:36:31.512121-0300 App[47267:446649] [CDVTimer][splashscreen] 118.909955ms
2018-03-14 02:36:31.520694-0300 App[47267:446649] [CDVTimer][statusbar] 8.419991ms
2018-03-14 02:36:31.520878-0300 App[47267:446649] [CDVTimer][keyboard] 0.005960ms
2018-03-14 02:36:31.521035-0300 App[47267:446649] [CDVTimer][TotalPluginStartup] 147.215962ms
2018-03-14 02:36:31.533378-0300 App[47267:446649] createNotificationChecker
2018-03-14 02:36:31.533528-0300 App[47267:446649] not coldstart
2018-03-14 02:36:31.567288-0300 App[47267:446649] active
2018-03-14 02:36:31.568145-0300 App[47267:446649] PushPlugin skip clear badge
Any ideas?