Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

SylvainLafrance

macrumors newbie
Original poster
May 25, 2019
18
4
Québec, Canada
What do you suggest me to handle a 500 records database including a photo per record ?

I use Swift and I’ve tried Coredata and didn’t really liked it.

Thanks 😊
 
What about CoreData do you not like?

SQLite is the Apple-endorsed database system. Are you looking for local or cloud based databasing? If using Apple's APIs they offer use of iCloud to store your data under the name CloudKit; It's free with your developer license under the following restraints:
  • 10 GB Asset storage.
  • 100 MB Database storage.
  • 2 GB Data transfer.
  • 40 Requests per second.

When I wrote an Android app, I used Google's Firebase and Firestore which similarly offers free storage under some limits, and if that works with an iOS API it's also fairly simple and nice to work with.

So yeah, those are some options to look at :)
 
Thanks for your inputs !

I'll dive a little more into Coredata, maybe I'll get more familiar with it.

My app already uses Coredate with basics functions so it's a good idea to stick with it :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.