Adobe Air application automatically crashes after splash screen on iOS - ios

I have built my first Adobe Air application. The app automatically crashes after i try to run it from my iPhone, it just flashes a black screen and crashes.
It's working more than fine if i switch to Adobe Air 3.2 for Android and test it on an actual device, but whenever i try to test it on an iOS device, it just automatically crashes! I have created the .p12 certificate, and the distribution profile as i should.
I am Using Adobe Flash CS6, and Adobe Air 3.2 for iOS. My iPhone is on iOS 9.3.3. I really have no idea what to do, what can i do in this kind of situation.

The answer was just in front of my eyes, u need to download the newest SDK ! i had the 3.2, and now the current version is 22. As soon as i added it, and run the application, it worked like a charm.

Related

How can I run ElectronJS app on iPhone Simulator on a Mac?

I'm planning on working through the guide to deploy my ElectronJS app to the app store.
However, I'd like to test my app on a iPhone first and I have a Mac, Xcode and iPhone Simulators available.
ElectronJS App On Simulator?
I'd like to know the steps to run my Electron app on the simulator so I can test it.
I have googled but not found anything, except this (related to Swift app).
I know how to run a normal Swift app from Xcode in a Simulator, but I'm unsure how to run the Electron app.
It does not seem that it is possible at this time to run an Electron App on an iPhone or iPad device ( and in turn not on a simulator either).
I didn't notice until after I posted my question, but the Electron documentation seems to be for the Mac App Store, not the App Store (for iphones and ipads).

How do I fix a Net.stream iOS crash

I am a teacher who has developed an app that streams video tutorials to mobile devices. The app has been around for a while and was originally built in CS6 using AIR SDK 20. More recently I have moved to CC and published the app using CC and AIR SDK 23 and 24 (including beta 24.0.180).
The app now crashes on IOS first access after installing the app. When you open the app up again, it opens but will crash when pulling up the control centre, pulling down the notification bar, clicking on the home button or minimising the app with a pinch.
I have stripped out the code and have isolated the problem to video streaming within the project. The issue is replicated using the xml and swf file found here: Dropbox -
https://www.dropbox.com/sh/h4rht8ksps2k1gg/AADdlFLst5CALJgl6oUsziIUa?dl=0
(everything has been stripped from the project so I appreciate that no video will play - didn't need it to play to replicate the issue). The app has been installed on iPad Air with IOS10 and iPad Mini 1 IOS9, but my students have also experienced the issue on iPhones running IOS7 +.
Any help with this would be much appreciated as my students would like to use the app without the issues.
Kind regards
Matt

iOS application - Don't support iPad

I have developed a new iOS application (it supports iOS6 and older versions). It has been tested in iPhone4 and iPhone5, both work perfectly.
When uploading the application to the AppStore, Apple is asking me to provide screenshots for iPad. The problem is that I haven't tested the application in iPad as I don't want it to be used there. Is it possible to specify somewhere that the application is not iPad supported? Will I still have to provide the iPad screenshots when uploading the application?
Thank you,
skull
In Xcode you can specify which devices your application will work with before submitting it to the store.
In the project build window you can specify what platform it works on in the device family field.
If set to iphone it will not publish to ipad

OTA plist app install from within Phonegap app for iPad

I am trying to initiate an OTA app install from within a Phonegap iPad app. I have tried this:
var url = "http://www.example.com/test.plist";
window.open("itms-services://?action=download-manifest&url=" + url, "_blank");
This works in iOS 5 but NOT iOS 6.
I have also tried using the ChildBrowser plugin to point to a page with a link to the OTA app install, but that doesn't work either (if I visit the web page directly from within the native iPad browser, it works fine).
Does anyone know how I can initiate an OTA app install from within the Phonegap iPad app? (Must work in iOS 5 and iOS 6).
I am trying to implement an auto-update feature within an ad hoc iPad app (not through the App Store). So when the app detects that there is a new update, it will prompt the user to install the new update and that's where I need this functionality.
OK. So as it turns out. The simulator for iOS 6 does not understand this url itms-services://?action=download-manifest and therefore was not working.
Everything worked fine after testing on a physical iPad running iOS 6.

Test iPhone app made in flex on iPhone 3GS?

I have built an app in Adobe Flex (4.5) and it works well on Android, but i need to test it on an iDevice. I have an iPhone 3GS available, and I have made a provisioning profile with it and certified it through the proper Apple channels, but trying to install the app to the phone through iTunes results in an error (the same one you get when trying to install non-market apps), and I can't find a way to import it into xCode.
NOTE: I developed the app on a PC in Flex, but have a MacBook Pro available for testing.
Is there any way to test my app or am I out of luck?
You need a developer version of your iPhone for it to work. Take a peek at the Adobe documentation. Look at Page 4 for "Obtaining and working with iPhone developer file".

Resources