Search found 209 matches

by paulsr
Fri Feb 03, 2017 3:20 am
Forum: iOS Deployment
Topic: How to specify Build Number in iOS build?
Replies: 5
Views: 7736

Re: How to specify Build Number in iOS build?

Genius! Thanks so much for this Panos. Worked like a charm.

Hopefully this will help someone else in the future.

--paul
by paulsr
Thu Feb 02, 2017 8:12 am
Forum: iOS Deployment
Topic: How to specify Build Number in iOS build?
Replies: 5
Views: 7736

Re: How to specify Build Number in iOS build?

Many thanks Panos for your comprehensive reply. Your assessment of the situation is 100% correct. But... Hi Paul, You can do one of the following to solve this problem: 1. Submit a brand new app, with a different app id, and mark GPS and location services as 'required'. (Not a very good solution IMO...
by paulsr
Wed Feb 01, 2017 11:51 am
Forum: iOS Deployment
Topic: How to specify Build Number in iOS build?
Replies: 5
Views: 7736

How to specify Build Number in iOS build?

Greetings: I have built a new version (2.1.3) of an app and submitted it to iTunesConnect. When I select the uploaded binary and click Submit for Review, I get an error: "The app's Info.plist can't contain values for the UIRequiredDeviceCapabilities key that would prevent this app from opening on an...
by paulsr
Wed Dec 07, 2016 5:04 am
Forum: Linux
Topic: Ubuntu Linux Install Problem...
Replies: 2
Views: 6093

Re: Ubuntu Linux Install Problem...

Many thanks. Installing for one user worked fine.

And yes, I've change /opt back to original perms.

Thanks again..

--paul
by paulsr
Wed Dec 07, 2016 4:06 am
Forum: Linux
Topic: Ubuntu Linux Install Problem...
Replies: 2
Views: 6093

Ubuntu Linux Install Problem...

Environment: Ubuntu 16.04 Livecode Indy 8.1.1. Greetings: I'm having problems installing LC on Linux. First when I clicked on the downloaded file LiveCodeIndyInstaller-8_1_1-Linux.x64 nothing happened. I had to make it executable. Then, I saw a message saying it couldn't write into /opt, so I had to...
by paulsr
Tue Jul 05, 2016 5:19 am
Forum: iOS Deployment
Topic: New app wants to replace an existing app on iPad
Replies: 20
Views: 17046

Re: New app wants to replace an existing app on iPad

I would suggest you go to your Developer Console, list all the Provisioning Profiles, Development Certificates, and App IDs, and delete any that have expired.

If that doesn't work, I'd probably re-install Xcode.

HTH

--paul
by paulsr
Tue Jul 05, 2016 2:30 am
Forum: iOS Deployment
Topic: New app wants to replace an existing app on iPad
Replies: 20
Views: 17046

Re: New app wants to replace an existing app on iPad

Clutching at straws here, but...

Did you create a unique iOS App ID, and did you use that App ID when you created the Development Provisioning Profile?

--paul
by paulsr
Mon Jul 04, 2016 5:33 am
Forum: iOS Deployment
Topic: New app wants to replace an existing app on iPad
Replies: 20
Views: 17046

Re: New app wants to replace an existing app on iPad

Hi all - But I've gone back a dozen times and ensured that the "Internal app ID," the "display name," and "version" are all different. Joel, "all different" than what? Have you checked all your other apps to make sure none of them is using the same Profile as the one you're working on now? --paul
by paulsr
Mon Jul 20, 2015 2:12 am
Forum: Android Deployment
Topic: Handling the pop-up keyboard...
Replies: 18
Views: 15090

Re: Handling the pop-up keyboard...

Okay tkx. I'll give it a try...

--paul
by paulsr
Sun Jun 28, 2015 12:16 pm
Forum: Android Deployment
Topic: Handling the pop-up keyboard...
Replies: 18
Views: 15090

Re: Handling the pop-up keyboard...

sphere wrote:Can you still follow?
Kinda! I seem to recall I had the same problem, and that one line of code cured everything. Good luck.

--paul

.
by paulsr
Sun Jun 28, 2015 8:26 am
Forum: Android Deployment
Topic: Handling the pop-up keyboard...
Replies: 18
Views: 15090

Re: Handling the pop-up keyboard...

Well; I've looked at my code, and the only thing I can see that I had to do was to add:

Code: Select all

set the acceleratedRendering of this stack to false
in the preOpenCard

And I even added a comment to remind myself why that line was there.

So, probably not too helpful.

--paul
by paulsr
Sat Jun 27, 2015 11:49 am
Forum: Android Deployment
Topic: Handling the pop-up keyboard...
Replies: 18
Views: 15090

Re: Handling the pop-up keyboard...

Yes, it's very annoying. And it needs a lot of trial and error.

Tomorrow I'll try to find (and post) the code that worked for me.

--paul
by paulsr
Sat Jun 27, 2015 5:04 am
Forum: Android Deployment
Topic: Handling the pop-up keyboard...
Replies: 18
Views: 15090

Re: Handling the pop-up keyboard...

I meant to imply that the response from JacobS was the one I needed, but that I had also found it somewhere else.

--paul
by paulsr
Tue May 05, 2015 10:06 am
Forum: iOS Deployment
Topic: LC 7.0.4 and Xcode 6.3 - once again broken?
Replies: 27
Views: 26452

Re: LC 7.0.4 and Xcode 6.3 - once again broken?

arc wrote:I think I "'woo hoo'd" too soon.

Is the new 7.0.5 RC 2 compatible with xCode 6.3.1 (6D1002) or do I need to downgrade to xCode 6.3 to build for iOS?

Thanks,
Al.
I am successfully using 7.0.5rc2 with xcode 6.3.1 (6D1002) so please feel free to woohoo as much as you want!

--paul
by paulsr
Sun Apr 26, 2015 10:03 am
Forum: iOS Deployment
Topic: LC 7.0.4 and Xcode 6.3 - once again broken?
Replies: 27
Views: 26452

Re: LC 7.0.4 and Xcode 6.3 - once again broken?

I've also wasted a chunk of time. Is a solution imminent ???????????????

--paul