App crashes after take photo in iOS - actionscript-3

I'm developing my app with "Adobe Flash CC 2014" with AIR 15 SDK.
I tested with iPhone 5S while developing. On iPhone 5S everything works perfect.
Today i try to test with iPhone 4 and it crashing while after taking photo with camera.
I didn't use ANE file for taking photo. I google it this issue, someones write this is memory issue.
Any ideas for what am i going to do?
edit:
I used distriqt Camera ane to solve this issue.

Related

How to debug Webchat in iPhone Simulator

I was facing an issue on Audio not playing in voice bot in iPhone (Mic works) alone and was trying to debug the same in iPhone simulator in Mac (since I don't have access to a real device). However, in the simulator, the sample bot doesn't seem to be working. Here is the screengrab:
How am I supposed to debug this issue?
You'll need to test directly on an iPhone. Per the iPhone Simulator docs:
Hardware Differences
Though most of the functionality of devices can be simulated in Simulator, some hardware features must be tested directly on a device. The hardware features that are not simulated as of iOS 8.2 are:
Motion support (accelerometer and gyroscope) are unsupported.
Audio and video input (camera and microphone) are unsupported.

adobe AIR ANE loading screen dialogue for ios

I have been searching a lot but with no result
Does any one know of an adobe air native extension for displaying the native loading screen on ios devices?
I came across this one a link but it only supports android
thanks a lot in advance!!:)))
Our Dialog ANE has progress dialogs for Android and iOS:
http://airnativeextensions.com/extension/com.distriqt.Dialog

ApplicationVerificationFail during launching ios app with robovm & libgdx

We are developing games with robovm(0.0.11) and libgdx(1.0.0), When we launching ios app on the ipad, there is an error tip: ApplicationVerificationFail.
But when I create a second game with the same signing identity and provisioning profile, it's OK!
So it is very strange, why our first game occured ApplicationVerificationFail on iPad device?
Any information will be appreciated!
Thanks in advance!
I have fixed the problem.
Because there is a png with chinese name, there will be ApplicationVerificationFail!
We must delete the Chinese png and rename app.mainClass and app.executable!
Hope it helpful to somebody!
thanks at the same!

HTML 5 audio MP3 file not playing back when iPhone locked using PhoneGap 2.1.0 and iOS 6

I have a PhoneGap app which I wrote under PhoneGap 1.8.1 and it worked great under iOS 5.1.
I needed to change the app so downloaded the latest Xcode 4.5 and the iOS 6 SDK. But when I build the app and deploy it to my iPhone 4s, the HTML 5 audio will not play back when the phone is locked.
I tried upgrading the app to use PhoneGap 2.1.0 but when the phone is locked the app will still not play the audio. (Which is an mp3 file stream from my server.)
It all works fine in the simulator but does not work when on my iPhone 4s running iOS 6.
I have Required background modes set to App plays audio and Application does not run in background = Yes. Which used to work under iOS 5.1 but does not under iOS 6. I have also tried to modify the sound.mfile which some have recommended. Even though I did not need to do this under iOS 5.1
I have tried a bunch of examples I found on the internet but none seem to work in iOS 6. And allow HTML 5 audio to stream in with the phone locked.
What do I need to do to get HTML 5 audio to play when an iPhone is locked in iOS 6 under PhoneGap 1.8.1 or 2.1?
Doesn't Application does not run in background = Yes force the app to terminate instead of running in the background?
Isn't that the opposite of what you want? Perhaps try removing that key and just leaving the UIBackgroundModes set to audio?
EDIT:
It appears that since iOS 6 your application MUST set the AVAudioSessionCategory to AVAudioSessionCategoryPlayback to be able to play audio in the background. PhoneGap/Cordova does this for when you use the PhoneGap/Cordova Media API, but when using HTML5 audio it never gets set.
I tested using my ExampleHTML5AudioStreaming project and adding the UIBackgroundModes -> audio only but explicitly setting the AVAudioSessionCategory to AVAudioSessionCategoryPlayback in the AppDelegate.m file (under ProjectName/Classes).
I first imported AVFoundation in AppDelegate:
#import <AVFoundation/AVFoundation.h>
I then added the following to application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions
AVAudioSession *audioSession = [AVAudioSession sharedInstance];
BOOL ok;
NSError *setCategoryError = nil;
ok = [audioSession setCategory:AVAudioSessionCategoryPlayback
error:&setCategoryError];
As per this answer: https://stackoverflow.com/a/12414719/878602
Audio then played in the background as expected.
It looks like there is no bug lodged for Cordova for this. I will see if I can lodge one.

Flash player unresponsive google chrome?

Since while Google Chrome started to beehive strange with Adobe Flash Player.
I have a website, whole in flash technology. It is kind a heavy one, but everything was
working fine.
About a month ago I started experience difficulties with Google Chrome browser.
While website works for a more than 5-7 minutes it crashes. Sometimes it crashes even after start.
Popup message with "unresponsive" and asking to kill or wait for plugin.
I know that probably it is ActionScript error.
How to find the solution for this kind a errors? Thanks.
This could be of some help.
http://helpx.adobe.com/x-productkb/multi/error-plug-unresponsive-google-chrome.html