I have a service that will return JSON of key/value pairs of localized strings. This data can change, so I was looking to set up a call to this service to get the latest localization strings.
Since, I will not be bundling the localization string with the app.
Should I build the .string file pragmatically on update?
Or insert the records into Core Data?
Just looking for the best solution for performance.
Thank you