In Android, we can easily share content (text, images, video etc) through the Intent.ACTION_SEND startactivity api.
I have an app doing that perfectly already, and have a parallel iOS app that I hope to implement the same feature.
Is there any iOS api support or do I have to use 3rd party sdks or code my own interface layer?
Thanks in advance!