Re: iOS sharing extension - anyone ever made one?

2020-09-02 Thread Ben Rubinstein via use-livecode
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

iOS sharing extension - anyone ever made one?

2020-09-02 Thread David Bovill via use-livecode
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

Re: iOS sharing extension

2020-06-25 Thread David Bovill via use-livecode
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

Re: iOS sharing extension

2018-11-22 Thread David Bovill via use-livecode
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

Re: iOS sharing extension

2018-11-20 Thread Ben Rubinstein via use-livecode
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:/

iOS sharing extension

2018-11-19 Thread David Bovill via use-livecode
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