I need to deliver a push notification to a specific device using FCM (Firebase Cloud Messaging). How to send the notification in Objective C?
If somebody know any tutorial then give me the link.
Thanks in advance.
I need to deliver a push notification to a specific device using FCM (Firebase Cloud Messaging). How to send the notification in Objective C?
If somebody know any tutorial then give me the link.
Thanks in advance.
pods that you want to install, Download a GoogleService-Info.plist file from Firebase console.registerForRemoteNotifications.
NSString *refreshedToken = [[FIRInstanceID instanceID] token];
For better clarification, see documentation