I ran into this problem today when setting up a brand new laptop: the problem was a lack of Apple intermediate signing certificates that were NOT installed automatically by Xcode.
My solution was installing 3 of the 4 certificates linked on this wonderful StackOverflow answer (skipped the one that ...
Search found 33 matches
- Wed May 20, 2026 6:45 pm
- Forum: iOS Deployment
- Topic: codesigning error
- Replies: 5
- Views: 7197
- Thu Apr 18, 2024 8:28 pm
- Forum: iOS Deployment
- Topic: ITMS-91053: Missing API declaration
- Replies: 5
- Views: 38404
Re: ITMS-91053: Missing API declaration
Arrived here after submitting a new build to the App Store today and getting flagged for this too using LC 9.6.11. My app has NO iOS requirements.
- Fri Mar 01, 2024 2:54 pm
- Forum: Talking LiveCode
- Topic: PayPal or other commerce integration
- Replies: 7
- Views: 4788
Re: PayPal or other commerce integration
Maybe use a different backend? Many seem to prefer Stripe.
At a glance, I saw this: https://docs.stripe.com/payments#multiparty-payments
Looks like it is the kind of thing you're looking for, but not sure... (ie I'm too lazy to read ;))
I don't have experience specifically with multiparty ...
- Wed Mar 10, 2021 6:31 am
- Forum: iOS Deployment
- Topic: Does LC support "SKPaymentTransactionObserver"?
- Replies: 1
- Views: 4880
- Thu Feb 18, 2021 2:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with some external functions [solved]
- Replies: 8
- Views: 6610
Re: Problem with some external functions [solved]
Did this ever get implemented? I'm still seeing a problem in LC9.6.2rc2
mergAVCamSet("torch"), "on"
put mergAVCamGet("torch") into tTorch // tTorch is EMPTY
mergAVCamSet("torch"), "on"
put mergAVCamGet("torch") into tTorch // tTorch is EMPTY
- Tue Sep 01, 2020 5:21 pm
- Forum: Android Deployment
- Topic: Push notification text in the status bar
- Replies: 9
- Views: 13441
Re: Push notification text in the status bar
I looked in the Standalone Application Settings Lesson for the specs of this icon, but couldn't find details @ http://lessons.livecode.com/m/4603/l/68 ... n-settings
It would appear this needs to be a 96x96 white PNG with alpha.
It would appear this needs to be a 96x96 white PNG with alpha.
- Wed Aug 14, 2019 2:14 pm
- Forum: User Groups and Events
- Topic: Great Lakes States
- Replies: 4
- Views: 44540
Re: Great Lakes States
I live far enough south now that I don't deal with lake effect anymore, but would gladly drive from Indianapolis to a neighboring state to chat with some other coders.
- Thu May 02, 2019 6:40 pm
- Forum: iOS Deployment
- Topic: Invalid Launch Image and Missing Required Icon
- Replies: 3
- Views: 5613
Re: Invalid Launch Image and Missing Required Icon
I just ran into a similar problem (with those same exact missing icon sizes) and wanted to share my experience/solution with others.
I had been using Xcode 9.2 on macOS 10.12.6 for the longest time. Apple recently stopped accepting iOS builds from that version of Xcode so I finally HAD to upgrade ...
I had been using Xcode 9.2 on macOS 10.12.6 for the longest time. Apple recently stopped accepting iOS builds from that version of Xcode so I finally HAD to upgrade ...
- Fri Apr 19, 2019 8:08 pm
- Forum: Talking LiveCode
- Topic: Dismissing answer dialogs after xxx seconds automatically
- Replies: 8
- Views: 10545
Re: Dismissing answer dialogs after xxx seconds automaticall
on mouseUp
## Important part to send BEFORE the dialog ;-)
send "closeit" to me in 2 secs
answer "sfasdfasdfasdfasdf"
end mouseUp
command closeit
close stack "Answer Dialog"
end closeit
When attempting this on iOS, Livecode throws error codes 91 (chunk: can't find stack) and 108 (close ...
- Tue Nov 01, 2016 8:32 pm
- Forum: User Groups and Events
- Topic: Indiana Meet Up?
- Replies: 6
- Views: 54753
Re: Indiana Meet Up?
What are the odds this thread is still semi-alive? I'd be willing to meet in Indy or South Bend to talk to another actual LiveCode programmer in-person.
- Mon Sep 19, 2016 7:05 pm
- Forum: Android Deployment
- Topic: Android App Keeps Crashing
- Replies: 5
- Views: 8683
Re: Android App Keeps Crashing
I got a similar error, but only under Android 7. I know the build was compiled with at least 8.0.2rc2.
Does any of the error log actually translate to something I'd understand or does it always look so similar?
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint ...
Does any of the error log actually translate to something I'd understand or does it always look so similar?
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint ...
- Fri Sep 16, 2016 2:51 pm
- Forum: Engine Contributors
- Topic: Is it worthwhile reporting this as a bug?
- Replies: 9
- Views: 56782
Re: Is it worthwhile reporting this as a bug?
I just had this issue compiling to Android from 8.0.2(?). Three requests going to the same LiveCode server one after another, but the 2nd call seems to choke recently.
This seemed to take care of it quickly, based off the original post by Monte
put sendApiRequest(tTask) into tResponseArray
if ...
This seemed to take care of it quickly, based off the original post by Monte
put sendApiRequest(tTask) into tResponseArray
if ...
- Wed Jul 20, 2016 3:36 pm
- Forum: LiveCode Builder
- Topic: LC8-dp15 browser widget's URL history
- Replies: 2
- Views: 6054
Re: LC8-dp15 browser widget's URL history
In regards to going back and forward... Then this should work:
go backward in widget "mybrowser"
go forward in widget "mybrowser"
Thank you! Where is this documented? I can't find it in the release notes or the Dictionary entries for the Browser widget.
The LiveCode Script Dictionary has ...
- Mon Jun 27, 2016 7:58 pm
- Forum: Making IDE Plugins
- Topic: LiveCode + WordPress Webinar
- Replies: 10
- Views: 66550
Re: LiveCode + WordPress Webinar
When will the next webinar be? Was this one recorded?
- Mon Jun 27, 2016 1:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problems with message box and script editor screens
- Replies: 18
- Views: 15145
Re: Problems with message box and script editor screens
Thank you so much! I use multiple displays with my laptop in dock mode and sometimes the script window just flies off the screen when LiveCode is first launched.Code: Select all
set the rectangle of stack "revNewScriptEditor 1" to ..