Search found 136 matches

by Peter@multidesk.se
Mon Nov 19, 2018 7:50 am
Forum: iOS Deployment
Topic: group an unknown number of groups
Replies: 3
Views: 3053

group an unknown number of groups

I have an unknown number of groups that I need to group into one group Any suggestions on how to do this? Probably simple but I'm stuck! on openCard put yLine into tTemp repeat with x = 1 to tCreate clone group "template" of me set the name of it to (carLine & x) if x = 1 then set the loc of group (...
by Peter@multidesk.se
Fri Nov 16, 2018 5:44 pm
Forum: iOS Deployment
Topic: Problem with mergeAVCam
Replies: 11
Views: 7823

Re: Problem with mergeAVCam

Panos, LC Business 9.0.1 I uninstalled the app and tried over and over again with small changes in between, and suddenly the app did not ask for microphone permission. The only thing I changed is the order of the different "mergAVCamSet". This is the code that now works! on openCard if the platform ...
by Peter@multidesk.se
Fri Nov 16, 2018 4:19 pm
Forum: iOS Deployment
Topic: Problem with mergeAVCam
Replies: 11
Views: 7823

Re: Problem with mergeAVCam

Mikey,

I've just had a similar problem with both cameraControlSet (microphone permission) and mobileStartTrackingSensor (incomplete description of permission) for positioning, so I'm pretty sure the "App review Mafia" does not let go of something like this...


///Peter
by Peter@multidesk.se
Fri Nov 16, 2018 3:51 pm
Forum: iOS Deployment
Topic: Problem with mergeAVCam
Replies: 11
Views: 7823

Re: Problem with mergeAVCam

Panos,

I have tried to set the microphone to empty before I create the camera... and I've tried to set it after ... no difference! :cry:


///Peter
by Peter@multidesk.se
Fri Nov 16, 2018 3:45 pm
Forum: iOS Deployment
Topic: Problem with mergeAVCam
Replies: 11
Views: 7823

Re: Problem with mergeAVCam

Mikey, Apple has decided not to release any apps on the App Store that require the user's permission if there is no good reason for it. For example, you must modify the pList to describe in detail why a certain function must be approved by the user. Because the microphone is not needed to scan, Appl...
by Peter@multidesk.se
Fri Nov 16, 2018 11:26 am
Forum: iOS Deployment
Topic: Problem with mergeAVCam
Replies: 11
Views: 7823

Problem with mergeAVCam

Not again! :? I'm trying to add a QR reader to my app. For this I use mergeAVCam and it works well, at least until I try to turn off the microphone permission, then the circus begins. Because Apple does not release apps with incorrect permissions, this will be a big issue for me and for everyone who...
by Peter@multidesk.se
Thu Oct 04, 2018 8:59 am
Forum: iOS Deployment
Topic: Strange behavior when restarting the app
Replies: 0
Views: 2202

Strange behavior when restarting the app

When I start my app after installing it on my iPad, everything works as it should. However, when I restart the app, the screen flashes between the splash screen, my main card and my login card and there is nothing in the code (as far as I can see) that reveals why this strange behavior occurs. on pr...
by Peter@multidesk.se
Wed Oct 03, 2018 11:38 pm
Forum: iOS Deployment
Topic: The app icon disappears in LC 9.0.1
Replies: 1
Views: 2244

The app icon disappears in LC 9.0.1

When I build my app in LC 9.0.1, my app icon disappears and is replaced with the generic icon. When I go back to building it with 9.0.0, my icon returns. The problem is that I have to build with 9.0.1 for the app to work with iOS 12.

What could be the cause of this problem?


/// Peter
by Peter@multidesk.se
Thu Sep 27, 2018 8:29 pm
Forum: Android Deployment
Topic: what's with google's API 26
Replies: 1
Views: 2484

what's with google's API 26

I know I have to use API 26 to upload my apps to Google play .... But now I can not even download my own app from Google Play because Google says my device is not compatible with the app. :shock: If I have this problem, my customers will have the same problem. What can I do about this? Is there no b...
by Peter@multidesk.se
Thu Sep 27, 2018 8:03 pm
Forum: iOS Deployment
Topic: I can not test my app on my iPad anymore
Replies: 2
Views: 2834

Re: I can not test my app on my iPad anymore

I figured it out about 30 seconds after I posted this ... :oops:

///Peter
by Peter@multidesk.se
Mon Sep 24, 2018 10:20 am
Forum: iOS Deployment
Topic: I can not test my app on my iPad anymore
Replies: 2
Views: 2834

I can not test my app on my iPad anymore

I have transferred one of my apps to a new Apple ID (associated with my company) at the request of Apple. Now, I'm just trying to test a new version of the app on my iPad, but I'll get "unknown error!" when i try this, why? This error was not found a few days ago before the transfer. I must have for...
by Peter@multidesk.se
Sun Sep 02, 2018 11:59 am
Forum: iOS Deployment
Topic: How can I change the permission request alert?
Replies: 12
Views: 7674

Re: How can I change the permission request alert?

Panos, This bug is reported: https://quality.livecode.com/show_bug.cgi?id=21438 Now, to my problem..... During the time this bug is getting fixed. Is there any way to manually change the microphone permission settings in the pList? (or where these settings end up in the build) For example, by editin...
by Peter@multidesk.se
Wed Jul 25, 2018 6:31 pm
Forum: Android Deployment
Topic: The camera function suddenly disappeared!
Replies: 5
Views: 4736

Re: The camera function suddenly disappeared!

Panos,

This only works in part.

If I uncheck the "Camera" permission, the "mobilePickPhoto" works but the "cameraControlCreate" continues to not.

I tried this in LC 9.0.1 RC-1, running on a MacBook Pro (MacOS High Sierra) and I use an Galaxy S6 edge running Android 7.0


///Peter
by Peter@multidesk.se
Wed Jul 25, 2018 3:36 pm
Forum: Android Deployment
Topic: The camera function suddenly disappeared!
Replies: 5
Views: 4736

The camera function suddenly disappeared!

Apparently, you can no longer build apps with "the old API" (# 24) anymore, so I used API 26 to rebuild my app. Since Android Studio did not want to update to SDK 26, I had to rebuild the entire SDK folder by downloading everything again. Yes, I know, this is obviously a source of possible errors. :...
by Peter@multidesk.se
Mon Jul 23, 2018 2:26 pm
Forum: iOS Deployment
Topic: How can I change the permission request alert?
Replies: 12
Views: 7674

Re: How can I change the permission request alert?

Panos, Nothing happens when I remove: cameraControlSet "Cam", "audioDevice", "" If I get this right, "CameraControlCreate" is just good for capturing video and that's why audio is mandatory? I don't specify a "videoDevice" but the function is flawless, (when take pictures) except for the audio issue...

Go to advanced search