Associating sqlite3 db to an iPhone app

前端 未结 3 791
独厮守ぢ
独厮守ぢ 2020-12-30 18:06

I\'m trying to associate an SQLite3 database file with our app so that it\'s easy to open backed up database from an email. The following however does not seem to work as Ma

3条回答
  •  时光取名叫无心
    2020-12-30 18:59

    Okay I've sorted this out. If you instead use 'target's info' panel and add your document type there (and then select 'SQLite' as the type') it just works. Obviously provided you've exported the type as above.

提交回复
热议问题