Hi everyone. I have a problem that I'm only having on ios.
when the app starts I noticed that the generated token continues to change and does not allow me to send customizable notifications for each user.
on Android the token is always the same, but not on iOS. Is there a way to ensure that the token always remains the same?
for the moment I can't implement the topic method (I'll evaluate it), but for the moment can I do something?
I use the latest updated version to get token as per the tutorial and use the apn method
thanks to everyone!
Hi, The FCM Token (GetToken) on iOS changes every time the app starts and SubscribeToTopics runs. I want to use it to send push messages on the user token, and sometimes, the application must be restarted twice to record the new Token in database and to receive new push notifications. On...