You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While adding the Push notification feature to a mobile app, I found that iOS devices always give the APNS token, not the FCM token.
When I checked the attache's code,
I did not find any code that indicates that we are using Firebase for delivering the Push notification to the iOS platform.
but Attach is integrated with the native Apple notification service and retrieves the native APNS token.
May I have expected that I would receive an FCM token because the Documentation mentions the Firebase as a needed step for Android, and does not clarify which token will be received during the run time for each platform.
I would say that it would be great if we could clarify this in the documentation for easier integration for the developers.
On the other side, I think It would be great if we added this as a feature due to the popularity of Firebase in the hybrid-development communities.
The text was updated successfully, but these errors were encountered:
SamyNassiem
changed the title
iOS Push notification handling can not get the FCM-token, but give APNS-token
Feature Request: iOS Push notification handling via Firebase (get and use the FCM-token)
Oct 10, 2024
While adding the Push notification feature to a mobile app, I found that iOS devices always give the APNS token, not the FCM token.
When I checked the attache's code,
I did not find any code that indicates that we are using Firebase for delivering the Push notification to the iOS platform.
but Attach is integrated with the native Apple notification service and retrieves the native APNS token.
May I have expected that I would receive an FCM token because the Documentation mentions the Firebase as a needed step for Android, and does not clarify which token will be received during the run time for each platform.
I would say that it would be great if we could clarify this in the documentation for easier integration for the developers.
On the other side, I think It would be great if we added this as a feature due to the popularity of Firebase in the hybrid-development communities.
The text was updated successfully, but these errors were encountered: