Is there a way to know the amount of recipients the users sent a message too? The only thing I see is
- (void)messageComposeViewController:(MFMessageComposeViewController *)controller didFinishWithResult:(MessageComposeResult)result
But unfortunately it isn't helpful. My intention is to reward users with 1 coin for every recipient that they invite (Max 10 possible). Help would be appreciated thanks!