I have developed an application in flash builder 4.5 for ipad device which retrieves data from database ie sqlite the path for simulator to access the database was File.documentsDirectory.resolvePath(“assets/xyz.db”);
However when i tested on simultor everything was wotking (application) fine.But when i launched the same application on ipad it is not retrieving neither inserting data can you please me so as to find what may be the problem
Plz help!!
I have developed an application in flash builder 4.5 for ipad device which retrieves
Share
documentDirectoryis not supported on iOS devices. Use theapplicationDirectyinstead, that works for both Android and iOS devices.