the app - but appears to do nothing? The following lesson
appears related -
http://lessons.livecode.com/m/4069/l/1069016-associating-a-file-type-file-extension-with-an-lc-ios-app and
I note there are / were issues with iPhone X and this lesson.
My basic question is how do I get an iOS app to wor
ank
> Alternate
>
>
>
> Does not crash the app - but appears to do nothing? The following lesson
> appears related -
> http://lessons.livecode.com/m/4069/l/1069016-associating-a-file-type-file-extension-with-an-lc-ios-app
> and I note there are / were iss
app to work with as an iOS sharing
extension such that in any app (say a web browser) where I select the share
icon I can use my Livecode app as something that handles the share?
On 20 Nov 2018, 18:40 +, Ben Rubinstein via use-livecode
, wrote:
> You need to do two things:
>
> - ad
Great - I was hoping that it would use the custom url stuff. Has anyone
done this? Would be great to have some demo code + plist to work of a an
example.
On Tue, 20 Nov 2018 at 18:40, Ben Rubinstein via use-livecode <
use-livecode@lists.runrev.com> wrote:
> You need to do two things:
>
> - add co
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:/
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 th