Where can i get theh messageID in FCM to put in
[[FIRMessaging message]sendMessage:(nonnull NSDictionary *)message
to:(nonnull NSString *)receiver
withMessageID:(nonnull NSString *)messageID
timeToLive:(int64_t)ttl;
It says that it is a unique message identifier. All the message receiver callbacks are identified on the basis of this message ID. Here's the link for the FCM documentation. Thanks!