Hi, I finally solved the issue by updating my MacOS to 15.7 and XCode to version 26.0. Now the default plist file created by LC 10.0.3. will be accepted by the Transporter app.
Best,
Oliver
Search found 182 matches
- Mon Sep 29, 2025 5:49 pm
- Forum: iOS Deployment
- Topic: troubles with deploying to iOS - minimal iOS version
- Replies: 1
- Views: 1022
- Fri Sep 19, 2025 11:56 am
- Forum: iOS Deployment
- Topic: troubles with deploying to iOS - minimal iOS version
- Replies: 1
- Views: 1022
troubles with deploying to iOS - minimal iOS version
I had to redeploy a mobile app that was taken out of the mobile App Store since my certificates were outdated. I use X-Code Version 15.2 and livecode 10.0.3 (rc1) on MacOS 13.6.1. I run into a deployment problem. When deploying with similar settings to the previous version of my app, Transporter com...
- Fri Sep 19, 2025 11:43 am
- Forum: iOS Deployment
- Topic: Play sound and play stop
- Replies: 9
- Views: 26052
Re: Play sound and play stop
Hi, probably you solved the issue by now, but the mobileControlCreate command is the way to go on iOS devices. You usually place it in the OpenCard handler. With mobileControlSet you set the parameters, such as size, controller, filepath etc. With mobileControlDo you start, pause and stop the playba...
- Tue Sep 02, 2025 9:49 am
- Forum: Android Deployment
- Topic: Google Play Console: new requirements
- Replies: 21
- Views: 14129
Re: Google Play Console: new requirements
I just managed to comply with the new SDK requirements, but the next requirement is already popping up in the Play Console: " To ensure that your app works correctly on the latest versions of Android, Google Play requires all apps targeting Android 15+ to support 16 KB memory page sizes." Does any o...
- Mon Jan 20, 2025 1:23 pm
- Forum: Talking LiveCode
- Topic: Accordion for LC
- Replies: 13
- Views: 21249
Re: Accordion for LC
Thanks for providing it to the community! This is very useful. Best. Oliver
- Tue Apr 30, 2024 9:29 am
- Forum: Android Deployment
- Topic: mobilePlaySoundOnChannel - how to toggle looping of a sound ?
- Replies: 1
- Views: 14044
mobilePlaySoundOnChannel - how to toggle looping of a sound ?
Hi, I run into an issue when I try to toggle the looping of a sound that was started with the mobilePlaySoundOnChannel command. mobilePlaySoundOnChannel sound, channel, type What I would like to do is analogous to this command for desktop: set the looping of player myplayer to not the looping of pla...
- Sun Mar 03, 2024 4:10 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Scrolling from a remembered vScroll position on mobile
- Replies: 9
- Views: 6188
Re: Scrolling from a remembered vScroll position on mobile
Hi, in case someone stumbles upon this issue: I just noticed that the suggested workaround didn't work for me when I had
... still trying to master the mobile scroller...
Best,
Oliver
Code: Select all
set the acceleratedRendering of this stack to true
Best,
Oliver
- Mon Feb 26, 2024 5:06 pm
- Forum: Multimedia
- Topic: Player Object with Alpha Channel - Video Playback with Preserved Transparency
- Replies: 3
- Views: 16879
Re: Player Object with Alpha Channel - Video Playback with Preserved Transparency
Hi and thanks for trying. I guess the good old "always buffer" is working as expected times are not coming back... I think it never worked on mobile though. Still searching, not overly optimistic. Best. Oliver
- Mon Feb 26, 2024 9:37 am
- Forum: Multimedia
- Topic: Player Object with Alpha Channel - Video Playback with Preserved Transparency
- Replies: 3
- Views: 16879
Player Object with Alpha Channel - Video Playback with Preserved Transparency
Hi all, does anyone have experience with the playerobject and video content with transparency? My target platforms are Android and iOS. My ultimate goal is to have my videos playback within a hexagonal shape. Think of it like hexagonal tiles in a bathroom. When you click a tile, a video should play ...
- Tue Aug 09, 2022 3:04 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: create new marker on map widget
- Replies: 12
- Views: 17144
Re: create new marker on map widget
Hi Torsten,
glad that the workaround was useful. Do you have any ideas on how to get this functionality working on mobile? Best. Oliver
glad that the workaround was useful. Do you have any ideas on how to get this functionality working on mobile? Best. Oliver
- Fri Sep 17, 2021 2:24 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Audience Polling System
- Replies: 15
- Views: 12016
Re: Audience Polling System
Hi and thanks for all the valuable input. 1. website or app I am more familair of creating a mobile app than a website. In Finland it is quite common to download an app when visiting an exhibtion or a theatre etc. so that wont be a mayor issue, we will hand out devices with the app preinstalled if n...
- Thu Sep 16, 2021 12:24 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Audience Polling System
- Replies: 15
- Views: 12016
Re: Audience Polling System
Hi and thanks again for the quick replies and tips. 1. UUID That sounds like an interesting option. It seems nearly impossible to generate an identical ID by coincidence. Do you have any thoughts on performance when I do a query with a 128 bit ID instead of a much shorter ID. I of course only have 1...
- Thu Sep 16, 2021 8:52 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Audience Polling System
- Replies: 15
- Views: 12016
Re: Audience Polling System
Hi and thanks for the quick responses. I will for sure check out livecloud. I have followed them for a while but never tried it out. I have used MySQL databases earlier and it seemed to work okay and that would currently be my choice: to have a MySQL database with two simple tables, like one with th...
- Wed Sep 15, 2021 6:03 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Audience Polling System
- Replies: 15
- Views: 12016
Audience Polling System
Hi, for a theatre performance I need to create a custom audience polling system. The idea is that the audience will download a mobile app to their phones before the show. During the performance I want to be able to pose questions to the audience, the question should appear roughly at the same time o...
- Wed Jun 02, 2021 12:53 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Pinch and Zoom - Livecode lesson modification
- Replies: 7
- Views: 8137
Pinch and Zoom - Livecode lesson modification
Hi, the livecode lesson on pinching https://lessons.livecode.com/m/4069/l/11509-how-do-i-implement-a-multi-touch-pinch-motion is often referenced but it is not producing a superuseful zoom, since the zoom focusses on the centre of the image and not on the area that is pinched. Below is my quick and ...