Black screen in Adobe AIR App for iOS 8 - ipad

I have an App for iPad two years working fine. But now after updating to iOS8 the App only shows a black screen.
The App was made with Flashdevelop.
I tried compiling the App with the newest Adobe AIR SDK (15), but the result is the same.
Are more changes needed?
Thanks.

Make sure you are using the very latest SDK (15.0.0.289) from labs.adobe.com.

Related

Minimum splash screen required for upload App from Xcode 8.2

I'm working on a very old project, previously it was developed in old version of Xcode (7.3).
Now I want to make it compatible to Xcode 8.2 with minimum changes.
There is no splash screen for iOS 8 or later.
When I add this all the screen will be change, I don't want to do that changes in UI.
Can any one knows that can we able to upload app without splash screen of iOS 8 and later like (iPhone 6, 6Plus...)
Can Apple allow that?
I have tried some goggling but can't find any way.
Any suggestion will be helpful.

How do I make my app scale properly on 13-inch iOS tablets?

We finally got a 12.9-inch iPad Pro in the office! However, when putting our app on it, it's just stretched to fit the screen. Looking at the project file, I don't see any settings that would change this. How do I make our app properly scale on these large iPads?
I already tried Googling this, but I keep getting reviews and people begging for Xcode on iOS:
How do i make my app work on iPad Pro?
Make Xcode project iPad Pro compatible
iPad Pro .xcodeproj
Making your app work in iPad Pro
How to optimize app for iPad Pro
etc.
If you build with the iOS 9 SDK, then your app is expected to support all resolutions. Same if you use iOS 8 SDK and use a launch storyboard. Without that, iOS assumes that you don't support the resolution, but scales an iPad app. So that's what you need to do: iOS 9 SDK, and/or launch storyboard.

iPad black blank Screen Issue

I have recently updated my iPad device to version 6.1.3, it was OK till i have not installed Xcode 5.0, now when i run one of my application in this device, many of the times i get Black Blank Screen, in the half of ipad Screen, like the image is showing. Any help would be appreciated.
I have tried the following tricks:
1. language change.
2. shutting device off and then On again.
3. switched WiFi network...
When you select your device to run, there's two listed devices, select the first one, that uses SDK 6.
If your list contains only one, you'll have to download SDK 6 and copy to Xcode folder: just like this link Is it possible to get the iOS 5.1 SDK for Xcode 4.2 on Snow Leopard? but using SDK 6.

iPad app freezes but not on iPhone

I have an app which has started freezing at random when I run it on the iPad. It does not happen on any iPhone, not yet anyway. I download a bunch of images on my app, to display on a list, and store them to the internal cache in the background. Also, the app uses modal segues. The freeze is so random I am not able to pinpoint the source of the problem.
All this has started after the device was upgraded to iOS 7. I have also upgraded my Xcode to version 5 and am using iOS SDK 7. Everything was working fine on iOS 6.
Has anyone been facing similar problems?

AudioServicesCreateSystemSoundID causing volume does not change using physical volume control buttons on iPad

I am in urgent need of the the geeks present on this forum regarding the iOS SDK questions.I have an app in which i hav to play multiple sounds simultaneously.I started with AVAudioplayer class but i realise that it was getting hung on iPhone 3gs and older iOS versions so i moved to AudioServicesCreateSystemSoundID((CFURLRef)afUrl,&soundID) from the tips of one of my friend.Now the app plays sound seamlessly on both iPhone and iPad .I have an iPhone 4S with iOS 5.1.1 and i have updated the Ipad 2 from iOS 5.1.1 to latest iOS 6.0 stable.Now the problem is that the app runs fine on iPhone but on iPad a strange issue comeing up.On iPad sound is played but the volume does not change with Physical volume change button effect.I have build the app using Xcode 4.5 GM with iOS 6.0 and have set the deployment target to iOS 5.0 .
Please help me out as i am getting crazy on this strange behavior on Ipad only ..I hope i would definitely get the perfect solution here from you guys !!
Thanks in Advance !!!!

Resources