0

Wanting to make an app for the iphone/iOS, I'm wondering how to handle user logins and loading data ... should I (absolutely) have a living web back-end or are there alternatives?

(for data accessed from many distinct devices)

also found this useful question: Need a basic server backend for iOS app

Community
  • 1
  • 1
sova
  • 5,468
  • 10
  • 40
  • 48
  • 2
    If the data only has to stay on the device the you can use Core Data. If you need data to be accessible from multiple devices then you need some sort of server – Paulw11 Oct 09 '15 at 20:30
  • 2
    You should check out Parse.com for user logins. – Anthony Dito Oct 09 '15 at 20:31
  • @Paulw11 thanks for your comment; the data would be accessible from many devices (being a collaborative database of stuff). – sova Oct 09 '15 at 22:00
  • So you need some sort of server. As suggest, Parse.com may be an option worth looking at – Paulw11 Oct 09 '15 at 22:28

0 Answers0