Check to see if another app is install on the device
David Bovill
david at viral.academy
Thu May 26 07:06:48 EDT 2016
>From the docs:
- When launch url is called, LiveCode checks to see if an application is
available to handle the URL. If no such application exists, the command
returns "no association" in the result
- Use the mobileGetLaunchURL function to get the custom URL scheme that
was used to launch the application. If the application was not launched
using the custom URL scheme then empty is returned.
There following message and function appears to be only Android?
*on* launchDataChanged
myLaunchHandler mobileGetLaunchData()
> *end* launchDataChanged
- Use the mobileGetLaunchData function to get the application launch
parameters. The returned array will contain the information that is set by
the launching application.
On 25 May 2016 at 20:57, Sannyasin Brahmanathaswami <brahma at hindu.org>
wrote:
> I got the custom URL scheme samples and it's very straight forward. Has a
> lot of potential on our space.
>
> But, one would need to know if the "launchee" app was installed on the
> device or not, otherwise the attempt to launch will fail silently.
>
> Is there an
>
> "AliensAreAmongUs.app exists"
>
> boolean check function for mobile?
>
> BR
>
>
>
>
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
More information about the use-livecode
mailing list