[AC-5541] iOS native sharing of text and files
GitHub Issue | n/a |
Type | New Feature |
Priority | n/a |
Status | Resolved |
Resolution | Won't Fix |
Resolution Date | 2018-01-23T15:55:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | file, icloud, share, sms, whatsapp |
Reporter | Sandro Lain |
Assignee | Shak Hossain |
Created | 2018-01-23T14:58:11.000+0000 |
Updated | 2018-01-24T16:20:56.000+0000 |
Description
Ability to share text, photos or files of various types through the native sharing of the operating system, varso the various channels provided by the latest versions of the various OS (especially iOS), es Whatsapp, Gmail, Email, save on iCloud, etc.
Attachments
This feature is already available as a (quite popular) share-module [here](https://github.com/viezel/TiSocial.Framework) or the cross-platform version [here](https://github.com/ricardoalcocer/socialshare), so there are no plans to expose it in the SDK as well. If the module does not fit your needs, you can also use Hyperloop and the underlaying
UIActivityViewController
.Thanks, the module however as distributed, both compiled and source was not compatible with the 6.3.0 version of Titanium I'm using. I had to modify and recompile it to remove a dependency on TiUIButtonProxy to make it work.