You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Chanai Moentit (JIRA)" <ji...@apache.org> on 2016/02/03 05:49:39 UTC

[jira] [Comment Edited] (FLEX-35023) iPhone 6 with iOS 9.2.1 cannot use FileStream class

    [ https://issues.apache.org/jira/browse/FLEX-35023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15129780#comment-15129780 ] 

Chanai Moentit edited comment on FLEX-35023 at 2/3/16 4:49 AM:
---------------------------------------------------------------

I've checked by change to Air SDK version 18 while remain Flex SDK 4.15.0 it is working (19 and 20 not working). So i guest it is about Air SDK's bug. However i've logged to Adobe's bugbase.


was (Author: monkeydoll):
I've checked by change to Air SDK version 18 while remain Flex SDK 4.15.0 it is working. So i guest it is about Air SDK's bug. However i've logged to Adobe's bugbase.

> iPhone 6 with iOS 9.2.1 cannot use FileStream class
> ---------------------------------------------------
>
>                 Key: FLEX-35023
>                 URL: https://issues.apache.org/jira/browse/FLEX-35023
>             Project: Apache Flex
>          Issue Type: Bug
>         Environment: iPhone 6 with iOS 9.2.1 
>            Reporter: Chanai Moentit
>            Priority: Critical
>
> fs.open(db,FileMode.WRITE);
> fs.writeBytes(ba);  <---Will error#0 here
> fs.close();
> fs.open(db,FileMode.WRITE);
> fs.writeUTFBytes(utfba);  
> fs.close(); <---Will error#0 here



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)