-
1. Re: Adobe AIR SDK 15 Beta (var dataSource:IDataInput = imagePromise.open();) crash on iOS
alericma Aug 17, 2014 9:14 PM (in response to alericma)anybody here?
-
2. Re: Adobe AIR SDK 15 Beta (var dataSource:IDataInput = imagePromise.open();) crash on iOS
Shashank. Aug 18, 2014 5:22 AM (in response to alericma)Hi Alericma,
Thank you for reporting issue, though we are not able to reproduce this issue at our end.
we have tried below code snippet,
protected function buttonclick(event:MouseEvent):void
{
var camera:CameraRoll=new CameraRoll();
if(CameraRoll.supportsBrowseForImage)
{
// Add event listeners for camera roll events
camera.addEventListener(MediaEvent.SELECT, imageSelected);
camera.addEventListener(Event.CANCEL, browseCancelled);
camera.addEventListener(ErrorEvent.ERROR, mediaError);
// Open up the camera roll
camera.browseForImage();
}
}
protected function imageSelected(evt:MediaEvent):void
{
var imagepromise:MediaPromise=evt.data;
try{
var dataSource:IDataInput=imagepromise.open();
}
catch(err:Error)
{
trace("Error Occured");
}
}
Could you please share the sample app, with device information,target and device OS, so that we can reproduce at our end.
Thank You
-
3. Re: Adobe AIR SDK 15 Beta (var dataSource:IDataInput = imagePromise.open();) crash on iOS
alericma Aug 18, 2014 7:33 PM (in response to Shashank.)Hi Shashank,
We have try the SDK15 beta on Flash Builder 4.7 windows and mac version, the app export from window haven't this issues, but mac will be crash.
THX
Ray
-
4. Re: Adobe AIR SDK 15 Beta (var dataSource:IDataInput = imagePromise.open();) crash on iOS
Shashank. Aug 18, 2014 11:54 PM (in response to alericma)Hi Alericma,
Thank you for your response. we have tried exporting project on mac machine from flash builder 4.7 and then running on ipad, but we are not able to reproduce crash at our end.
Please share us sample app through which we can reproduce crash at our end. It would be highly appreciated.
Thank you
Shashank
-
5. Re: Adobe AIR SDK 15 Beta (var dataSource:IDataInput = imagePromise.open();) crash on iOS
daisuke_iw Oct 14, 2014 11:06 PM (in response to Shashank.)Hi, Shashank.
i have same issue.
this point is crash.
var dataSource:IDataInput=imagepromise.open();
Here is information.
mac,
Flash builder4.6,
Flex SDK 4.6.0
AIR SDK 15.0.0.302( released, For Flex ),
iOS7.1.2 and iOS8.0.2
Thank you.
daisuke_iw.
-
6. Re: Adobe AIR SDK 15 Beta (var dataSource:IDataInput = imagePromise.open();) crash on iOS
bingyulee Oct 15, 2014 3:24 AM (in response to Shashank.)hi Shashank,
I have the same issue
When the code goes to mediaPromise.open() then the app will crash.
I use try catch to catch error
But there are no error happen
(I am build iOS app so I log this error in file locate at applicationStorageDirectry.)
Here is our app link
StoryMouth_20141015.ipa - Google Drive
You can test it
Thank you
bigcookie
-
7. Re: Adobe AIR SDK 15 Beta (var dataSource:IDataInput = imagePromise.open();) crash on iOS
Pravendra Oct 15, 2014 3:29 AM (in response to bingyulee)Hi,
We have actually fixed this issue and it would be available in next beta build.
Thanks
Pravendra
-
8. Re: Adobe AIR SDK 15 Beta (var dataSource:IDataInput = imagePromise.open();) crash on iOS
bingyulee Oct 15, 2014 3:40 AM (in response to Pravendra)Hi,
Thank you
I will try it when the beta SDK available to download
Thanks again!
bigcookie
-
9. Re: Adobe AIR SDK 15 Beta (var dataSource:IDataInput = imagePromise.open();) crash on iOS
Graham Smith Oct 15, 2014 3:42 AM (in response to Pravendra)Hi Pravendra,
the build released yesterday 10/14/2014 seems the same as the one on 10/2/2014 (ie AIR15.0.0.302) ..
can you confirm that ...why is this the same build ?
-
10. Re: Adobe AIR SDK 15 Beta (var dataSource:IDataInput = imagePromise.open();) crash on iOS
--udi-- Nov 6, 2014 2:31 AM (in response to Pravendra)Hello,
I encounter the same issure and I'm using the latest beta build (349). Does this build contain the fix?
Thanks


