Black screen on iOS only

Yeah, i solved the issue, it was a problem when connecting to Firebase; so i just put the line this.fcm.onNotificatio().subscribe(token => {}) inside this.platform.ready() and everything works just fine.

1 Like