Search found 604 matches

by simon.schvartzman
Thu Oct 20, 2022 4:28 pm
Forum: Talking LiveCode
Topic: custom URL won't work
Replies: 1
Views: 7443

Re: custom URL won't work

With the customary help from Panos I was able to solve the problem.

It is related with using custom plist.

The custom plist has to be modified in order to support custom URL Scheme as described in the bug report below

https://quality.livecode.com/show_bug.cgi?id=23988

Regards
by simon.schvartzman
Tue Oct 18, 2022 6:59 pm
Forum: Talking LiveCode
Topic: custom URL won't work
Replies: 1
Views: 7443

custom URL won't work

Hi team, I have tested (on iOS simulator) the custom URL scheme following the lesson https://lessons.livecode.com/m/4069/l/58672-using-custom-url-schemes and it works fine but when I try to use the same approach on my own APP it downs work. This is how I did it: Added the following code to the card ...
by simon.schvartzman
Mon Aug 15, 2022 1:53 pm
Forum: iOS Deployment
Topic: IOS submission to App Store
Replies: 20
Views: 23391

Re: IOS submission to App Store

@anouman02, what kind of guidance are you looking for?

Have you seen / followed this lesson?

https://lessons.livecode.com/m/4069/l/3 ... -app-store

If you are more specific maybe I can offer some help

Best
by simon.schvartzman
Tue Aug 02, 2022 11:21 am
Forum: Developer Services Marketplace
Topic: ad hoc help with LC development for android / IOS
Replies: 1
Views: 3017

Re: ad hoc help with LC development for android / IOS

Hi Paul, I have sent you a Private message to explore the subject.

Regards
by simon.schvartzman
Mon May 09, 2022 12:34 pm
Forum: Talking LiveCode
Topic: Remote Control a LC APP by another LC APP
Replies: 6
Views: 3388

Re: Remote Control a LC APP by another LC APP

Richard, I'm aware of all your considerations, many thanks for pointing them out.

Thanks again
by simon.schvartzman
Sun May 08, 2022 1:24 pm
Forum: Talking LiveCode
Topic: Remote Control a LC APP by another LC APP
Replies: 6
Views: 3388

Re: Remote Control a LC APP by another LC APP

@FourthWorld, agree with you and I understand the benefits of a ready made solution but still exploring "tailor made" options due to a very specific need as follows. As far as I know for solutions like TeamViewer to work the user (controlled APP) has to register/login and grant access to the control...
by simon.schvartzman
Sat May 07, 2022 2:11 pm
Forum: Talking LiveCode
Topic: Remote Control a LC APP by another LC APP
Replies: 6
Views: 3388

Re: Remote Control a LC APP by another LC APP

@mrcoollion, Hi Paul many thanks for your suggestions. What I'm exploring is the possibility to avoid any of the alternatives of option 2 mainly because I want the controlled APP to run autonomously but I'm going to have a look at them since there are many that I never heard about and may be will sa...
by simon.schvartzman
Thu May 05, 2022 2:54 pm
Forum: Talking LiveCode
Topic: Remote Control a LC APP by another LC APP
Replies: 6
Views: 3388

Remote Control a LC APP by another LC APP

Hi team hope you are feeling good and full of creative ideas! I'm trying to add to my LC APP functionalities like the ones provided by TeamViewer. In other words I'd like to remote control my LC APP from anywhere on the internet, meaning I should be able to see what is on the screen of the controlle...
by simon.schvartzman
Sat Apr 30, 2022 1:41 pm
Forum: Android Deployment
Topic: mergScreenSetBrightness equivalent?
Replies: 2
Views: 2545

Re: mergScreenSetBrightness equivalent?

Hi Alan, many thanks for you input, this is exactly what I was looking for and it works fine! At first it didn't but it was because I didn't check the Idle Timer option in the Stand Alone / Application Permissions As always the LC forum members are a very valuable asset of the tool. Thanks again Best!
by simon.schvartzman
Fri Apr 29, 2022 10:48 pm
Forum: Android Deployment
Topic: mergScreenSetBrightness equivalent?
Replies: 2
Views: 2545

mergScreenSetBrightness equivalent?

Hi team, I have an APP that runs forever taking pictures every hour and uploads them to Dropbox. Problem I'm facing is with a user that wants to run the APP on a Motorola E phone that doesn't have the option to keep the screen always ON, even when connected to power. I have found out that pictures t...
by simon.schvartzman
Fri Apr 01, 2022 4:14 pm
Forum: iOS Deployment
Topic: IOS submission to App Store
Replies: 20
Views: 23391

Re: IOS submission to App Store

Thanks Mark, understood it now. Another question, will the App work offline or does the device need to be connected to the Internet. I'd bet there is no need to be on-line but just to be sure... Also, how do you plan to monetize your solution? Great idea, dealing with the Apple Store is really a pai...
by simon.schvartzman
Fri Apr 01, 2022 1:43 pm
Forum: iOS Deployment
Topic: IOS submission to App Store
Replies: 20
Views: 23391

Re: IOS submission to App Store

@Mark, after reading the Appli documentation, which is indeed very promising, I don't get how the Apple Store license is avoided. If it is about loading the App in your device I guess there is no need to have a license to do so. If it is broader than this as I would imagine I wasn't able to find any...
by simon.schvartzman
Fri Apr 01, 2022 1:37 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to take a screenshot and send it by email?
Replies: 20
Views: 6473

Re: How to take a screenshot and send it by email?

Are you using mobileComposeMail? There are good examples in the dictionary...

As a suggestion it is always a good practice to share your code (and errors) when posting a question like this. It will help "helpers" to be able to help.

Best
by simon.schvartzman
Thu Mar 31, 2022 12:48 pm
Forum: iOS Deployment
Topic: UIRequiredDeviceCapabilities key probs with iOS submission
Replies: 2
Views: 3481

Re: UIRequiredDeviceCapabilities key probs with iOS submission

Hi Chrissi, I run into the same issue a few days ago. In my case in the "original" version I had just "Still Camera" set as required in the LC Standalone settings. In the "new version" the only difference was that "GPS" was also set as required. As a consequence the UIRequiredDeviceCapabilities chan...
by simon.schvartzman
Sat Mar 19, 2022 5:47 pm
Forum: Android Deployment
Topic: mobilepick photo android
Replies: 4
Views: 2824

Re: mobilepick photo android

Hi gnor, I don't know the answer to your issue but a workaround would be to add

Code: Select all

 go to card "the_name_of_the_card_you_wanto_to_go_to"
before

Code: Select all

end mouseUp
just an idea for you to move forward...

Best!

Go to advanced search