Giter Site home page Giter Site logo

iOS returns the FCM token, but the cloud uses firebase-admin and it shows UNREGISTERED. How can I fix this problem? about firebase-ios-sdk HOT 3 CLOSED

songzhiming avatar songzhiming commented on May 30, 2024
iOS returns the FCM token, but the cloud uses firebase-admin and it shows UNREGISTERED. How can I fix this problem?

from firebase-ios-sdk.

Comments (3)

google-oss-bot avatar google-oss-bot commented on May 30, 2024

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

from firebase-ios-sdk.

songzhiming avatar songzhiming commented on May 30, 2024

img_v3_02ac_2d4a47b7-0898-461f-ba44-c202e41f020g
this is cloud log

from firebase-ios-sdk.

rizafran avatar rizafran commented on May 30, 2024

Hi @songzhiming, with the unregistered error, the existing registration token can be rendered invalid in the following scenarios:

  • If the client app unregisters with FCM.
  • If the client app is automatically unregistered, which can happen if the user uninstalls the application. For example, on iOS, if the APNS Feedback Service reported the APNS token as invalid
  • If the registration token expires (for example, Google might decide to refresh registration tokens, or the APNS token has expired for iOS devices).
  • If the client app is updated but the new version is not configured to receive messages.

For these cases, you may remove this registration token from the app server and stop using it to send messages.

If the issue persists, it's possible that this might be a backend issue. In this case, please file a ticket through our support channel so the team could investigate your project.

from firebase-ios-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.