Please could I ask for some help with this plugin with iOS:
@capacitor-firebase/messaging firebase
Android is working fine and as expected, however I’m struggling with iOS.
If I install the plugin, upload the bundle to Voltbuilder and then install the App, on opening, it crashes.
If I simply remove plugin (npm uninstall …) The app works (obviously without push notifications)
Any thoughts why the app might crash? I can’t see anything in the build log that indicates an issue, but I may have missed something.
I’ve been following this guide:
Which leads to another question, possibly related:
There’s a section where the guide mentions using Xcode to enable Push message etc when you copy the GoogleService-Info.plist file to app folder /ios/App/App/
Can Voltbuilder do this process or is Xcode the only way?
(I’m using Windows and dont have Xcode)
The guide also suggested I copied the “initialization code” into AppDelegate.swift
Is this actually required with Voltbuilder ? (See guide for code)
Any hints or advice would would be gratefully received.
Thank you, regards
Jamie