简体   繁体   中英

iOS App Transfer + Firebase Cloud Messaging

I recently transferred my iOS app from one developer account to another and now I am not able to send push notifications from Firebase Cloud Messaging to my app. I have tried the following:

  1. Updating the Team ID in the Firebase Console
  2. Generating a new APNs Key and uploading to the Firebase Console
  3. Re-configuring APNs on Apple Developer App ID page for the app of interest
    a) Generating a Certificate Signing Request on my local machine
    b) Uploading this Certificate to the App ID to configure APNs
    c) Generating a new certificate based off of this CSR
    d) Downloading this new certificate and saving in keychain
  4. Trying to send push notifications from the Firebase Console

It is clear that the FCM Tokens are updated and that the problem lies within something that I am missing / forgetting to do on the Apple side to allow FCM to talk to APNs, but I cannot figure out what I am doing wrong. Any thoughts?

We've encountered essentially the exact same issue. So far, the only way we've gotten push notifications to deliver to the client is by re-installing the App. Watching this to see if anyone else has a better solution!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM