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