> On 23 Apr 2015, at 18:43, Richard Gaskin <ambassa...@fourthworld.com> wrote:
> 
> 1. Before I dive in, does anyone here know why this wouldn't work?

Custom URLs and Intents are two different systems. The former requires the app 
you receive data from to know about your custom URL scheme. The same exists on 
both iOS and Android. Intents on the other hand, in common with the new iOS 
extensions, allow your app to register as a potential recipient of certain 
common actions.

In both cases you need something different than a URL handler to do the 
receiving.

I don't think Intent handling would be particularly difficult to add to the 
engine. Extensions on iOS would be more complex as the different types have 
their own APIs.

Mark
_______________________________________________
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