IBM Worklight 6.0 - White status bar appearing in iOS 7 Simulator - ios7

I am developing an Worklight application, and when I build iPad environment in Xcode it is displayed with a white color status bar (Ideally it should be transparent and appear as an overlay over the app) as well as a white empty space appearing at the bottom of the app.
Environment details:
XCode 5.0.2
iPad - iOS 7.0.3 simulator
Worklight 6.0.0.2

There is no such thing as "6.0.0.2". Please provide the FULL build number; You can find it in Eclipse > About.
Additionally, please follow this IBM tech note regarding iOS 7 support in Worklight 6.0.0.1: http://www-01.ibm.com/support/docview.wss?uid=swg27039574
Duplicate of:
Worklight 6.0.0.1 & iOS 7 - White bar along bottom of screen?
IBM Worklight 5.0.6.1 - Bottom white space in iOS 7

Related

ipadPro12.9 inch status bar text color in dark Gray in iOS 10?

I have uploaded testflight build from xcode 6.3.1, and my deployment target 7.0 and support iPad device landscape only.
When I install my build in iPad pro 12.9 inch (iOS 10), the status bar text in dark Gray.
I have attached screenshot, please help to fix this issue.
I got this issue in my application only, Other apps are working fine
.
Thanks in advance

Worklight apps with white bar at the bottom of screen on iOS 7.1

We have a number of apps developed with Worklight 6.1 running on iPhone and iPad devices. They worked well with iOS 7.0. However, after the latest upgrade of the iPhone/iPad devices to iOS 7.1, these hybrid applications have a white bar at the bottom of the screen which is about 15-20 pixels in height. Is there a workaround for this issue?
When using Worklight 6.1 in combination with iOS 7.1, a white line, strip, will appear at the bottom of the app. To remedy this, you must use Worklight Studio 6.1.0.1, which contains a fix for this specific issue.
See here:
Release notes
Changelog
Similar question:
Worklight Hybrid application with a colored background displays a white line at the bottom

Worklight Hybrid application with a colored background displays a white line at the bottom

Worklight Hybrid application with a colored background displays a white line at the bottom in IOS 7.1.
The same problem of https://www.ibm.com/developerworks/community/blogs/worklightsmobileplayground/entry/ios_7_1_is_around_the_corner?lang=en
I'm using Worklight version 6.1.0.00-20131126-0630 , but it did not fix the problem reported the above.
As mentioned, Worklight 6.1.0.1 fixes the bottom white strip in iOS 7.1.
I upgraded from 6.1.0 to 6.1.0.1, and the problem was solved.

Worklight 6.0.0.1 & iOS 7 - White bar along bottom of screen?

I have been working with Worklight 6.0.0.1 and I have noticed an issue with a white bar along the bottom of the screen in all Worklight apps running on iOS 7. I know this has been mentioned before with users of Worklight and iOS 7 (IBM Worklight 5.0.6.1 - Bottom white space in iOS 7) but the suggestion (upgrading to 6.0.0.1) by Idan Adar in that thread does not resolve the problem.
Is this a known issue or is there some additional configuration that needs to be done when working with iOS 7?
Just to be specific, under "About Eclipse" the version of IBM Worklight Studio is: 6.0.0.201309091542
Thank you,
Chris
Edited to add: I am using IBM Worklight Enterprise Edition. The links to update/install are here: http://www-01.ibm.com/support/docview.wss?uid=swg27039574.
Make sure you are running the very latest fixpacks ( http://www-01.ibm.com/support/docview.wss?uid=swg27039574 ). Note that you may need more than one fixes to install.
Also, make sure you backup and delete your "native" folder so that it can build it again.
Make sure to follow the tips indicated in the tech note (same link as above).

iOS 5 Screen size without using default-568#2x.png

I am using iOS 6, and have set the deployment target as 5.0. But Appstore does not allow default-568#2x.png with iOS version lower than 6. Is there any way to handle the screen size of 4 inch screen without using default image?
To be able to start with the 4inch size on the iPhone 5 you have to add a Default-568#2x.png splash screen and compile with the iOS 6 SDK.
Of course you can still use you deployment target to 5.0+ while you are building your app with the iOS 6 SDK as base SDK (the deployment target and the base SDK are 2 different things, with the iOS 6 SDK you can target iOS 4.3+)
If you add a iPhone 5 splash screen and you're using the iOS 5 SDK as base SDK, you app will be rejected.
A short tips: try to create a new project with the latest Xcode version and you will find a basic Default-568#2x.png black splash screen which will allow you to start on the iPhone 5 screen size without artwork.