Stark
Stark

Reputation: 51

Share using Message in ActivityViewController swift

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.

Upvotes: 0

Views: 831

Answers (1)

Dipansh Khandelwal
Dipansh Khandelwal

Reputation: 626

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.

Upvotes: 2

Related Questions