Search found 360 matches

by FireWorx
Thu Mar 19, 2015 5:36 pm
Forum: iOS Deployment
Topic: App Launch VERY SLOW
Replies: 9
Views: 6914

Re: App Launch VERY SLOW

! am experiencing the same thing. 12 seconds to launch an app that used to take 2 or 3 seconds. This needs some attention.
by FireWorx
Tue Jan 06, 2015 7:09 am
Forum: iOS Deployment
Topic: "The executable was signed with invalid entitlements."
Replies: 21
Views: 18241

Re: "The executable was signed with invalid entitlements."

Not sure if your App uses GPS or not but for an IOS 8 build you need to select to Select Location Authorization Type either "Always" or "When In Use" at the top and LEAVE GPS as N/A below. Why don't you try deselecting all the inclusions like RevZip, MySQL, PDF Printing, WiFi etc and try and build a...
by FireWorx
Sun Jan 04, 2015 11:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: IOS Standalone-error: "could not find a valid iden...[SOLVED
Replies: 16
Views: 12518

Re: IOS Standalone-error: "could not find a valid iden...[SO

Hmmm.... In My Keychain on my mac I have a certificate named iPhone Developer MyFirstName MyLastname (345555SMAS) there is a triangle next to it that when clicked shows a private key below it. The private key is named MyFirstName MyLastname Dev Key. If you click on the private key it shows its kind ...
by FireWorx
Sun Jan 04, 2015 2:33 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: IOS Standalone-error: "could not find a valid iden...[SOLVED
Replies: 16
Views: 12518

Re: IOS Standalone-error: "could not find a valid iden...[SO

Susan B are you building a standalone to load via a usb cable onto an iDevice (development) or building an app to submit to the Apple Istore (distribution). You need to have created a certificate in the keychain and finished it up on the Provisioning Portal of the Apple Developer web site for each p...
by FireWorx
Sun Jan 04, 2015 1:47 am
Forum: iOS Deployment
Topic: Display image in iOS
Replies: 23
Views: 9980

Re: Display image in iOS

Larry take a look at the IOS version you'r running on the iPhone. It's shown in the x-code organizer window as well as in your phones control panel If it says 8.1 and your settings in the standalone builder were for 7.1 then you will get such a message. If you built for iPad only and are trying to l...
by FireWorx
Sat Jan 03, 2015 4:25 am
Forum: iOS Deployment
Topic: Downloading zipped folders to your IOS app.
Replies: 1
Views: 2165

Re: Downloading zipped folders to your IOS app.

PS. This script above works in LiveCode 6.7 but fails in LC 7.0 & 7.0.1. In 7.0 it fails because the libUrlDownloadToFile does not work. In LiveCode 7.0.1 it fails because revZipExtractItemToFile TempFile command doesn't work.
Dave
by FireWorx
Fri Jan 02, 2015 11:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Fastest way to INSERT Sqlite?
Replies: 3
Views: 3972

Re: Fastest way to INSERT Sqlite?

Thanks that's great info. I think I may be able to speed up some of my repeat loop inserts as well with this BEGIN and COMMIT method. I also want to explore the ROLL BACK feature. I believe that this may be a benefit if an admin level user alters the database accidentally in an unwanted way? Any cod...
by FireWorx
Fri Jan 02, 2015 10:54 pm
Forum: Databases
Topic: MS SQL Stores Procedures
Replies: 3
Views: 4274

Re: MS SQL Stores Procedures

Hi, I have a rather robust livecode application that runs on windows and connects to a MS SQL Server Database via ODBC. I have not accessed stored procedures in SQL SERVER although I have a code library stack that I use to load livecode procedures on start up such as Sql queries with parameters, cod...
by FireWorx
Fri Jan 02, 2015 10:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Internet library?
Replies: 5
Views: 4532

Re: Internet library?

The problem with libURLDownloadToFile on LC 7.0 is that it doesn't work AT ALL in the IOS standalone builder. It works in 6.7 though and it now works in LC 7.0.1 RC3 and RC4. The revZipExtractItemToFile tArchive command does not work in LC 7.0.1 RC3 and RC4 on IOS however. Bug report filed.
by FireWorx
Fri Jan 02, 2015 9:44 pm
Forum: iOS Deployment
Topic: "The executable was signed with invalid entitlements."
Replies: 21
Views: 18241

Re: "The executable was signed with invalid entitlements."

Hi, No you don't need a distribution certificate until you want to build a standalone for submittal to Apple. I think your development certificate may need to have your app name chosen in the provisioning profile portal on the apple development site but not sure. I am certain the Distribution Certif...
by FireWorx
Thu Jan 01, 2015 10:52 pm
Forum: iOS Deployment
Topic: libUrlDownloadToFile doesn't work in LC 7.0
Replies: 8
Views: 6017

Re: libUrlDownloadToFile doesn't work in LC 7.0

Ok I have something to report. Livecode 6.7: Both the libUrlDownloadToFile and the revZipOpenArchive TempFile, "read" commands work perfectly in Livecode 6.7 as they did in earlier versions so at least I can build for IOS 8.1. (although 6.7 seems to crash often on OS X Yosemite) Livecode 7.0 build 1...
by FireWorx
Thu Jan 01, 2015 9:14 pm
Forum: iOS Deployment
Topic: libUrlDownloadToFile doesn't work in LC 7.0
Replies: 8
Views: 6017

Re: libUrlDownloadToFile doesn't work in LC 7.0

I have been busy on another project but I expect to drill down into this issue soon. My code downloads zipped folders from a web server and unpacks them on my IOS devise. When I figure out exactly where the script is failing I will report back. I believe libURLDownloadToFile works on mobile on LC 6....
by FireWorx
Thu Jan 01, 2015 7:26 am
Forum: iOS Deployment
Topic: Getting app onto iPad
Replies: 15
Views: 8857

Re: Getting app onto iPad

What you need is to buy a commercial version of livecode and join as an apple developer $99 + tax for 1 year. Download x-code (free) to deploy your apps. Build your app in LIvecode and use the standalone builder loaded with a development certificate you obtain from apple. You can then build apps and...
by FireWorx
Thu Jan 01, 2015 7:02 am
Forum: iOS Deployment
Topic: "The executable was signed with invalid entitlements."
Replies: 21
Views: 18241

Re: "The executable was signed with invalid entitlements."

One thing that you might want to check is look in your key chain and make sure that you don't have two distribution certificates there. You should have one development and one distribution certificate. Ive had to delete out the extra distribution certificate before and then do the standalone build. ...
by FireWorx
Thu Jan 01, 2015 6:49 am
Forum: iOS Deployment
Topic: iOS7.1
Replies: 17
Views: 10804

Re: iOS7.1

Thanks Jaq,
Actually libURLDownloadToFile is supported by mobile. In the dictionary it says Platforms: Desktop, Server, Web and Mobile.
It has worked for me very well for a couple years now on mobile. Just quit recently. Thanks for your other suggestions though!
Dave

Go to advanced search