I have to send invitation to specific number from SMS activity which is from UIActivityController. I searched about this but didn't see any code to set recipient for SMS activity in UIActivityController.
Asked
Active
Viewed 33 times
0
Cedan Misquith
- 1,106
- 9
- 20
Binni
- 160
- 3
- 13
-
What do you mean by send invitation? – PGDev Jun 28 '19 at 08:54
-
You can try this outing MessageUI framework. https://stackoverflow.com/questions/26350220/sending-sms-in-ios-with-swift – user3853770 Jun 28 '19 at 09:06
-
@PGDev I need to set recipient for SMS activity which is opened from UIActivityController. Is there any way to do it from UIActivityController? – Binni Jul 16 '19 at 06:57