Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Can iPad app have internal DB

Options
  • 13-11-2012 3:07pm
    #1
    Registered Users Posts: 2,699 ✭✭✭


    Hi,
    I'm looking at developing an app for a 4th year college project but have hit a snag.

    App will need to be logged into for use, but would be used in areas with sketchy coverage and may not be able to connect to a remote DB to authenticate.

    Is there a way to store this info locally inside the app?

    Thanks


Comments

  • Registered Users Posts: 2,021 ✭✭✭ChRoMe


    Hi,
    I'm looking at developing an app for a 4th year college project but have hit a snag.

    App will need to be logged into for use, but would be used in areas with sketchy coverage and may not be able to connect to a remote DB to authenticate.

    Is there a way to store this info locally inside the app?

    Thanks

    Have a look at SQLite, will do the job.


  • Subscribers Posts: 1,911 ✭✭✭Draco


    Also have a look at Core Data along with AFIncrementalStore.


  • Registered Users Posts: 84 ✭✭MackPaddy


    Useful Libs/Developer tools etc:

    Coredata (SQLlite wrapper) as mentioned
    Reachability api to determine if offline/online-3g or wifi etc
    RESTKIT for making RESTful webservices interaction so much easier (and also nice integration with Coredata)
    Base app on mac app store (or free sqlitemanager firefox addon) to quickly view app sqlite db


  • Closed Accounts Posts: 6,281 ✭✭✭Ricky91t


    FMDB is nice and straight forward and pretty decent!

    https://github.com/ccgus/fmdb


Advertisement