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!
You can do that by implementing a custom URL scheme. Also check this blog out.
This long question approaches the techniques for transmitting information as documents. Be aware that due to the sandboxing, "moving" huge piles of data around (from one application to another) will not be straightforward and you will have to slightly rethink your interaction process.
Several sites attempt to list the schemes, but unless Apple decides to publish them, they're bound to be inaccurate.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With