willpowell8 / LocalizationKit_iOS

Realtime Dynamic localization translation delivery system for iOS and Mac OSX in Swift. Create and update texts from localization.com without needing to recompile or redeploy. Cocapod for iOS devices (iPad, iPhone, iPod Touch and Mac)
https://www.localizationkit.com/app/
MIT License
1.22k stars 79 forks source link

Offline #9

Closed DonBaronFactory closed 7 years ago

DonBaronFactory commented 7 years ago

Hi

how is your library dealing with offline capabilities. For example when a mobile client is not connected to the internet but had already once a successful connection to the localization backend?

How about when the client never had a connection?

thanks for feedback

tolgahan-arikan commented 7 years ago

Your first question is already answered on README.

Caching

LocalizationKit internalizes the caching of the localizations and translations that you have translated. Currently once a languages is loaded from the server it is stored locally for offline and subsequent use. It is updated everytime the app is reopened where by the local version is first loaded and then replaced by the server version.

willpowell8 commented 7 years ago

Thank you for answering this. Think this issue is closed.