Hi!
I've been using FlutterFlow for a month and am quite satisfied. I've integrated my FlutterFlow app with my own authentication and backend API.
Push notifications are handled through my backend, not FlutterFlow. My app registers the Firebase token and sends it to my backend.
This setup works fine on Android, but on iOS, I encounter an "entitlement error" because FlutterFlow doesn't add the "aps-environment" variable to the Runner.entitlements file since it thinks I'm not using notifications.
Is there a way to prompt FlutterFlow to add this variable when submitting the app to App Store Connect?