I have the array of country list data , which having the three keys, like countryCode, countryName, CountryId. Now i have to integrate that array in such a way so that, My app get the Country list data saved with in the app. It can be access without internet, without any API called.
I have used the way to save that array by using Core-Data, but i need internet to connection first time to get the country list array.
But i Need to Integrate in such a way so that it can be saved when i installed my app.
Need your suggestions
Thanks