Skip to content

Releases: nstack-io/nstack-ios-sdk

5.2.2 - Localization Manager URL update

24 May 11:18
5e19adb
Compare
Choose a tag to compare

5.2.1 - Dev mode fixed

19 Apr 07:16
ec49080
Compare
Choose a tag to compare

Dev query parameter in the localize/resources request to the NStack API dynamic setting based on the DEBUG Xcode flag.

SPM as canon

19 Oct 13:58
d9da0ee
Compare
Choose a tag to compare

The SPM support has been made canonical, including the latest version of the rate reminder feature.

Localizations update fix

22 Sep 07:24
cc313fe
Compare
Choose a tag to compare

Localizations are now always updated when a new app version is installed

Fix for placeholders sometimes being shown after upgrading an app Latest

09 Sep 11:37
547a430
Compare
Choose a tag to compare

This was caused by the cached localisations being deleted but the lastUpdated timestamp not being reset, resulting in the localizations never being fetched from server because timestamp seemed current

5.1.5: Merge pull request #90 from TiagoBrasN/lower-deployment-target

27 Jan 12:29
78ffa3f
Compare
Choose a tag to compare

5.1.4

12 Nov 16:03
69376c3
Compare
Choose a tag to compare

NStack crashing while updating localizations fixed.

CocoaPods support

23 Sep 12:33
a4b1634
Compare
Choose a tag to compare

Migration from Carthage:

  1. Remove NStackSDK and LocalizationManager from:
    a. cartfile and cartfile.resolved;
    b. linked frameworks and libraries for all the targets in XCode;
    c. Carthage build phase.
  2. Rename LocalizationManager to NLocalizationManager anywhere in the code (also in Localizations.swift temporarily so the project builds at least once to fetch new localizations)
  3. Update the localization generator at least to version 5.0.1
  4. Add NStack SDK to your podfile and install.

5.1.2

20 Mar 09:48
25f8f2b
Compare
Choose a tag to compare
Merge pull request #58 from nstack-io/hotfix/dependency-update

Updated dependency

5.1.1 - tvOS support

18 Mar 10:57
96efd9d
Compare
Choose a tag to compare

Now (again) with tvOS support. For info on migrating from previous versions, check the steps detailed here https://github.com/nstack-io/nstack-ios-sdk/releases/tag/5.0-beta

Compared to 5.1, this version uses an updated version of the internal dependency (https://github.com/nodes-ios/TranslationManager)