I am building an app which can share a text using activity view controller but when I press message option in share sheet nothing happens how to share a text using message in share sheet.
Asked
Active
Viewed 502 times
0
-
This will help. https://stackoverflow.com/questions/35931946/basic-example-for-sharing-text-or-image-with-uiactivityviewcontroller-in-swift – Dipansh Khandelwal Jun 30 '20 at 14:25
-
Can you share some of your implementation please? – Dipansh Khandelwal Jun 30 '20 at 14:32
-
[MFMessageComposeViewController canSendText] returns NO. iam getting this message. sms will not work in simulator?? – Stark Jun 30 '20 at 14:41
1 Answers
2
You cannot test that on iOS Simulator. This is one of the limitations. You also cannot test push notifications, iCloud, etc. You need to join Apple's iOS Developer Program and test the app on your device.

Dipansh Khandelwal
- 601
- 4
- 8