Hi FlutterFlow Community,
I'm facing a persistent issue with iOS push notifications for my app "FindRosi" after migrating my individual Apple Developer account to an Organization account and would greatly appreciate any insights.
Current Situation:
Account: Migrated from an individual Apple Developer account to an Organization account. The Team ID surprisingly remained the same.
Backend & Push: Using Firebase and FCM. A .p8 APNs Auth Key is correctly configured in Firebase for the new Organization team.
Successful Test: Sending a test push notification directly from the Firebase Console to my test iPhone's FCM token works perfectly. The notification arrives.
Problem: Notifications triggered by FlutterFlow's standard Cloud Functions (listening to ff_user_push_notifications collection) are not received on iOS devices. When I use FlutterFlow's "Manually trigger push notification" test feature, it reports "Sent to 0 devices."
App Startup Logs: When the app starts, I see these logs which might be relevant:
WARN: โ ๏ธ The appUserID passed to logIn is the same as the one already cached. No action will be taken. (From RevenueCat, likely unrelated but noting it)
GTMSessionFetcher 0xXXXXXXXXX (https://.../addFcmToken) was already running (Indicates a potential issue with how/when addFcmToken is called)
Xcode Issues (which I suspect are related):
"Untitled" Certificates: In Xcode -> Settings -> Accounts -> [My Apple ID] -> Select "{=[My Organization Team] -> "Manage Certificates...", my newly created Development and Distribution certificates for the Organization team are often listed as "Untitled".
"No App ID" for Push Console: In my app target's "Signing & Capabilities" tab, if I click the info button for "Push Notifications", it says: "no app IDs: Register an App ID with the Push Notifications capability enabled..." โ even though the capability is enabled for my main Bundle ID in the Apple Developer Portal