You need to do two things:

- add code in your app to handle the "urlWakeUp" message, see the dictionary entry and
http://lessons.livecode.com/m/4069/l/58672-using-custom-url-schemes

- add entries in the app's plist to tell the operating system what file types your app can handle, see
https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-101685

The latter is the bit you need to do for iOS - not sure what the Android equivalent is.


On 19/11/2018 20:35, David Bovill via use-livecode wrote:
How could I create the ability for Livecode mobile apps - say iOS but
ideally also on Android) to add the ability for other apps to share to them?

    -
    
https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Share.html

I can't find any thread here or in the forums?
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to