Quantcast
Channel: Adobe Community : All Content - AIR Development
Viewing all articles
Browse latest Browse all 2954

DataShare ANE Error #3503

$
0
0

I try to use the DataShare native extension to share data through installed applications on Android and iOS mobile device. For Android, it works fine. On iOS I get this error:

 

Error: Error #3503: The extension was left in an invalid state.

    at com.adobe.DataShareLibrary::DataShare/shareImage()[/Users/abhishekjain/DataShareANE/DataS hareLibrary/src/com/adobe/DataShareLibrary/DataShare.as:63]

 

The filesharing works, but the app crashes!

 

My code is very simple:

 

    tempBitmapData = new BitmapData(paperWidth, paperHeight, false);
   tempBitmapData.draw(paintHolder);
  
   img_share.shareImage(tempBitmapData,"Painted with Invisible Pix - Your magic picture and coloring book!","", "");

 

Any suggestions?

 

Animate CC 2015, Air 20.0 for iOS


Viewing all articles
Browse latest Browse all 2954

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>