Ionic2 iOS white screen of death

I have an Ionic2 application that runs on android and browser without a problem but gives white screen of death when running on ios. Unfortunately I don't have any apple product here so what are my options to know what is causing this?

I've tried to run the app in safari for windows. It throws errors but the last safari for windows is 5.1.7, so I think it's just too old to run this.

The customer tries to run my application on iOS 8.4.1. Can I set some properties for typescript or cordova to generate code that this version is able to run?

Here is a log from the device: http://pastebin.com/AeChDngK


I think The error is clear

2017-01-26 13:54:44.632: <FIRInstanceID/WARNING> Failed to fetch APNS token Error Domain=com.firebase.iid Code=1001 "The operation couldn’t be completed. (com.firebase.iid error 1001.)"

You can get the answer from this question

链接地址: http://www.djcxy.com/p/69196.html

上一篇: 为什么Code Igniter给我一个白页?

下一篇: Ionic2 iOS白屏死机