Search found 80 matches

by j9v6
Sun May 02, 2021 10:52 am
Forum: Android Deployment
Topic: Detecting Android navigation setting
Replies: 7
Views: 4013

Re: Detecting Android navigation setting

Hi Jacque, I wrote myself a test tool to mark the values from the various screenRects and it’s definitely got some bugs, so I’ve reported it and uploaded a copy of the test code. In the meantime I have found that the most reliable option is to use “the screenRect” as this always fits within the view...
by j9v6
Fri Apr 30, 2021 8:06 pm
Forum: Android Deployment
Topic: Detecting Android navigation setting
Replies: 7
Views: 4013

Re: Detecting Android navigation setting

Hi Jacque, I've been playing with screenRect options and comparing the results of all three on both the Android simulator and real devices. Unless I'm not understanding it correctly the results seem a little screwy to me. As this is all hardware dependent and for the record my phones screen resoluti...
by j9v6
Wed Apr 28, 2021 6:36 pm
Forum: Android Deployment
Topic: Detecting Android navigation setting
Replies: 7
Views: 4013

Detecting Android navigation setting

Can LiveCode detect if an Android user has set the system navigation style to Gesture mode instead of the standard three key navigation (Back, Home and Overview buttons)? It makes a difference to the amount of screen real estate you have to work with and where things can be placed. I know it's not o...
by j9v6
Fri Mar 26, 2021 1:16 pm
Forum: Android Deployment
Topic: Setting the background colour or image for entire screen
Replies: 4
Views: 2607

Re: Setting the background colour or image for entire screen

So, here's the news... It can't be done as of LiveCode 9.6.1 But there is a bug report in the system regarding this which I've just added my comments to. If you would like update your Android app and improve its UI to use Androids current design standards (which means being able to set the backgroun...
by j9v6
Thu Mar 25, 2021 7:25 pm
Forum: Android Deployment
Topic: Setting the background colour or image for entire screen
Replies: 4
Views: 2607

Re: Setting the background colour or image for entire screen

All the standard apps that come with my Android phone (I’ve got a Huawei Smart P 2019) show the status bar and nav bar as light grey with black text which is the same colour as the app background. Also looks like it’s the same in the android sim I’m using (Nexus 6 and Pixel). Maybe it came be set bl...
by j9v6
Thu Mar 25, 2021 6:10 pm
Forum: Android Deployment
Topic: Setting the background colour or image for entire screen
Replies: 4
Views: 2607

Setting the background colour or image for entire screen

Hello all, I'm in the process of updating my iOS app to support Android and wondered if someone can point me in the right direction. I'm currently finding that the app is working ok but is showing the android status bar and soft nav bar with black backgrounds and white text & icons instead of my sta...
by j9v6
Thu Jan 14, 2021 4:57 pm
Forum: iOS Deployment
Topic: Hide the iOS keyboard
Replies: 21
Views: 16265

Re: Hide the iOS keyboard

Hi Guys, Was there ever a definitive solution to disabling the keyboard on iOS when moving from an input field to a button? I am having the exact same problem as initially described by FireWorx. I have an iOS card with an editable field "inputField", a button "pickIt" to display a pick-list (mobilep...
by j9v6
Sat Sep 12, 2020 9:13 am
Forum: iOS Deployment
Topic: Separate Provisioning Profiles?
Replies: 23
Views: 11655

Re: Separate Provisioning Profiles?

When you set up the distribution profile, did you provide the exact same bundle ID for it? Also, in AppStoreConnect, did you complete the entire process of setting up the app for submission to the store, and does the state of the submission show as "waiting for upload"? If not, Transporter will not...
by j9v6
Fri Sep 11, 2020 7:56 pm
Forum: iOS Deployment
Topic: Separate Provisioning Profiles?
Replies: 23
Views: 11655

Re: Separate Provisioning Profiles?

"Application" used here is generic. If you haven't already, substitute the actual app name. For example, if your app is named "MyApp" then the name of the ipa should be "MyApp.ipa". You may have already done that but it's worth mentioning I guess. Thanks Jaqueline, I've just tried that too... but i...
by j9v6
Fri Sep 11, 2020 7:55 pm
Forum: iOS Deployment
Topic: Separate Provisioning Profiles?
Replies: 23
Views: 11655

Re: Separate Provisioning Profiles?

@j9v6, this is my recipe 1. Create Standalone application in LiveCode 2. Rename the generated folder to 'Payload' 3. Compress the folder to create 'Payload.zip' 4. Rename 'Payload.zip' to 'application.ipa' 5. Drop it into Transporter one more try... Ok... giving it a go.... ... It failed with the ....
by j9v6
Fri Sep 11, 2020 2:15 pm
Forum: iOS Deployment
Topic: Separate Provisioning Profiles?
Replies: 23
Views: 11655

Re: Separate Provisioning Profiles?

So I've just tried this: 1. Create Standalone application in LiveCode 2. Rename the generated folder to 'application' 3. Compress the folder to create 'application.zip' 4. Rename 'application.zip' to 'application.ipa' 5. Drop it into Transporter ... and Transporter still gives me the following error...
by j9v6
Fri Sep 11, 2020 2:01 pm
Forum: iOS Deployment
Topic: Separate Provisioning Profiles?
Replies: 23
Views: 11655

Re: Separate Provisioning Profiles?

@j9v6, hi again ...rename the compressed file from Payload.zip to Payload.ipa... In my experience it has to be renamed to "application.ipa" and not "Payload.ipa" I guess it would be worth to try.... Good luck Yes it's definitely worth a try. So, just so I use the same steps you use would this be co...
by j9v6
Fri Sep 11, 2020 11:25 am
Forum: iOS Deployment
Topic: Separate Provisioning Profiles?
Replies: 23
Views: 11655

Re: Separate Provisioning Profiles?

I forgot that you have to set the "beta" checkbox to true for testflight and false for Appstore in standalone setting. Good luck Jean-Marc That changed recently. I spent 2 days figuring it out. The "beta" checkbox now has to be set for both testflight and distribution. And the error message Apple g...
by j9v6
Fri Sep 11, 2020 11:23 am
Forum: iOS Deployment
Topic: Separate Provisioning Profiles?
Replies: 23
Views: 11655

Re: Separate Provisioning Profiles?

@j9v6: "...changed the folder name to Payload, Compressed it, renamed the zip to filename.ipa..." as far as I understand you have to rename your ziped file to " application.ipa " and not filename.ipa as you said you are doing. Hope it helps. Thanks for your message, filename.ipa was actually a typo...
by j9v6
Fri Sep 11, 2020 11:16 am
Forum: iOS Deployment
Topic: Separate Provisioning Profiles?
Replies: 23
Views: 11655

Re: Separate Provisioning Profiles?

@j9v6: When you do the build, are all the files in the mainstack folder? I was using a custom plist file stored in another folder and got a similar error when trying to submit. If you don't have any files in the Copy Files pane of the standalone settings then this isn't the problem. Thanks for the ...

Go to advanced search