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 38 times
1

Cedan Misquith
- 1,134
- 9
- 20

Binnilal
- 170
- 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? – Binnilal Jul 16 '19 at 06:57
-
1This is a great question that should be answered. – nodebase Aug 02 '22 at 19:20