Search found 33 matches
- Sat Jan 02, 2021 9:24 pm
- Forum: iOS Deployment
- Topic: SDK challenges after failed Big Sur upgrade.
- Replies: 2
- Views: 427
SDK challenges after failed Big Sur upgrade.
I had an upgrade to Big Sur go bad. Had to do a clean install and my backups seem worthless. I decided to go ahead and rebuild from scratch. I'm having trouble getting Mobile Preferences setup and thought I'd see if anyone has any advice. I had concerns about Android prep.. but they seem to not have...
- Thu Dec 31, 2020 3:10 am
- Forum: Android Deployment
- Topic: Clean Install..Mobile Preferences Reconstruct.. Big Sur
- Replies: 0
- Views: 262
Clean Install..Mobile Preferences Reconstruct.. Big Sur
I had an upgrade to Big Sur go bad. Had to do a clean install and my backups seem worthless. I decided to go ahead and rebuild from scratch. I'm having trouble getting Mobile Preferences setup and thought I'd see if anyone has any advice. I consider myself an okay LC coder but I know little about lo...
- Thu Jul 30, 2020 8:19 pm
- Forum: iOS Deployment
- Topic: Swiping with native scroller?
- Replies: 22
- Views: 6823
Re: Swiping with native scroller?
Hi Jim, I'm going down the same path. Is it possible to post an example of your solution? Thanks Mark Here's what I use... so simple as to be embarrassing. In card script so I don't accidentally have swiping when not wanted on card. As I said, people seem to figure out you can't swipe on another ob...
- Sat Mar 28, 2020 8:07 pm
- Forum: iOS Deployment
- Topic: Updated Deadline for App Requirements
- Replies: 4
- Views: 1447
Re: Updated Deadline for App Requirements
I find it hard to believe Apple would go retroactive with this. All new submissions yes.Hope I'm right.
"Sheltering in Place" in Seattle.
Wishing healthy futures to all,
Jim
"Sheltering in Place" in Seattle.
Wishing healthy futures to all,
Jim
- Thu Aug 08, 2019 2:50 pm
- Forum: Feature Proposals
- Topic: Add Repeat option for mobileCreateLocalNotification
- Replies: 9
- Views: 5122
Re: Add Repeat option for mobileCreateLocalNotification
That'd be the way to go if we were server based. Our current version is strictly local, intentionally. When we add sharing lists, etc among devices, we'll have the ability to use push notifications but not for a while yet. So, is there a way to simply tag a local notification as repeating. In resear...
- Thu Aug 08, 2019 6:06 am
- Forum: Feature Proposals
- Topic: Add Repeat option for mobileCreateLocalNotification
- Replies: 9
- Views: 5122
Re: Add Repeat option for mobileCreateLocalNotification
Wondering if anyone addressed this. It would be really nice to have a "repeat" option in local notifcatoins. Currently our users can set daily/weekly reminders and when the app opens, it refreshes them out a couple of weeks. That works fine for most people BUT if the user doesn't open the app in tha...
- Thu Apr 04, 2019 2:56 am
- Forum: iOS Deployment
- Topic: Rejected App due to HealthKit (HealthKit is not referenced)
- Replies: 30
- Views: 10960
Re: Rejected App due to HealthKit (HealthKit is not referenced)
Yep. That's happening.
The answer is to follow the instructions in viewtopic.php?f=49&t=30947&hilit=NSLoca ... escription
Basically ADD the NSLocationAlwaysUsageDescription to the pList while you're taking the HealthKit stuff out.
The answer is to follow the instructions in viewtopic.php?f=49&t=30947&hilit=NSLoca ... escription
Basically ADD the NSLocationAlwaysUsageDescription to the pList while you're taking the HealthKit stuff out.
- Fri Mar 29, 2019 2:53 am
- Forum: iOS Deployment
- Topic: Rejected App due to HealthKit (HealthKit is not referenced)
- Replies: 30
- Views: 10960
Re: Rejected App due to HealthKit (HealthKit is not referenced)
I just got rejected with 9.0.3 and the HealthKit issue. Doesn't seem to be fixed anymore! Will manually edit the pList to fix this as I had to before and hope it works. This is VERY aggravating but.... since I have to edit the pList to put the "NSLocationAlwaysUsageDescription" notification IN, hav...
- Thu Mar 28, 2019 5:34 am
- Forum: iOS Deployment
- Topic: Missing Info.plist key - NSLocationAlwaysUsageDescription
- Replies: 7
- Views: 4562
Re: Missing Info.plist key - NSLocationAlwaysUsageDescription
Wow.... this is really a pain. I'm in the same boat. Yesterday upload app fine. Found something I needed to tweak. I'll fix it and reupload. Well, this is interesting. now its being rejected? I got the same NSLocationAlwaysUsageDescription string missing error as everyone else and NOW I HAVE TO EDIT...
- Sat Mar 16, 2019 5:44 pm
- Forum: iOS Deployment
- Topic: Rejected App due to HealthKit (HealthKit is not referenced)
- Replies: 30
- Views: 10960
Re: Rejected App due to HealthKit (HealthKit is not referenced)
Just loaded 9.0.3 RC 2. Definitely fixed the PlugIn storm issue I was seeing. Was hoping it'd include the HealthKit pList fix so I wouldn't have to manually maintain the pList for my app but no luck. Any idea when this fix will be in? Until then, I'll try to remember to update build numbers in the f...
- Sun Mar 03, 2019 3:01 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: revMail syntax question
- Replies: 9
- Views: 2311
Re: revMail syntax question
Glomming onto to this thread. I have run into a similar problem with OutLook on Windows 7. I want to have the user enter email addresses in a couple of fields and then use that to direct the email. However, I have success using revMail ONLY when I hard code single email addresses enclosed in quotes ...
- Thu Feb 28, 2019 3:37 pm
- Forum: iOS Deployment
- Topic: Rejected App due to HealthKit (HealthKit is not referenced)
- Replies: 30
- Views: 10960
Re: Rejected App due to HealthKit (HealthKit is not referenced)
Thanks Panos. Good catch and work around description. I hope this fix gets included fast. I hit the same thing but didn’t think to check in here. I could have been the first to report the issue! Apple is scheduling a session with me to discuss but if the plist fix works, I’ll cancel. Now that I know...
- Wed Aug 08, 2018 4:47 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Play sound file with local notification (Alarm app)
- Replies: 2
- Views: 1227
Re: Play sound file with local notification (Alarm app)
Did you ever get this working.
The play sound after the notification is triggered only works if the app is open and the banner has already been dismissed (I believe) .
The play sound after the notification is triggered only works if the app is open and the banner has already been dismissed (I believe) .
- Wed Aug 08, 2018 4:31 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Play sound file with local notification
- Replies: 6
- Views: 2185
Re: Play sound file with local notification
Has this been answered? I am using local push notifications to show banners reminding people to check my app based on a schedule they define. My original desire was to have the user also select a sound to accompany the banner... I've seen some apps do this. Unfortunately I have had zero luck with sy...
- Wed Aug 08, 2018 4:11 am
- Forum: Feature Proposals
- Topic: Add pref for renaming behiors
- Replies: 21
- Views: 5676
Re: Add pref for renaming behiors
bogs - As far as I know, the problem will only arise with behaviors and therefore only in LC8+. I love them and use them as a convenience when I have lots of controls that need to do exactly the same thing. I create a control and assign it a behavior from a dropdown menu that shows all the available...