Hello,
we're currently using App Store Connect to deploy our mobile app, which is very convenient.
What we're not using is Firebase Auth specifically, as we're using Supabase. Although we still do have linked our Firebase to the app, for other purposes, such as Analytics.
Now we want to add Push Notifications to our app, but the build FlutterFlow pushes to Apple App Store Connect is missing APN entitlements and Push Notification capabilities, resulting in them not working. To add these all the guides we found so far are either making use of the Push Notification setting of FlutterFlow itself, which is no option, as this requires FireBase Auth, or XCode, by manually adding the capabilities and building the app, which is a rather inconvenient and cumbersome solution.
Is there any other way to add these capabilities to our app while keeping the convenient simplicity of deploying our FlutterFlow App with the push of a button?
Perhaps you can share your solution to that issue :)
Thanks