Ionic2 iOS white screen of death

354 Views Asked by At

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

1

There are 1 best solutions below

1
LeRoy On

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