Search found 1 match

by strati
Sat Apr 28, 2012 11:30 pm
Forum: iOS Deployment
Topic: sqlite read only on ipad3 with ios 5.1
Replies: 1
Views: 2111

Re: sqlite read only on ipad3 with ios 5.1

The bugs occurs when using:
1) iPad2/3 with ios 5.1
2) adhoc distribution
3) attempt to populate a db.sqllite during the installation on applicationDidFinishLaunching

Bug. fix:
1) Close the 'application
2) Repeat the INSERT/UPDATE instruction on the next startup (by Code)