Veery for Native iOS (Swift) release list
1.4.0
- Released 23-JUL-2018
- Include function activateWithOptin() to help in GDPR compliance.
- Xcode 9.4.1
1.3.5
- Released 11-JUL-2018
- Xcode 9.4.1
1.3.4
- Released 11-JUL-2018
- Xcode 9.3
1.3.3
- Released 31-MAI-2018
- Improve veery.activate function with ensuring backward compatibility
- Xcode 9.3
1.3.2
- Released 18-AVR-2018
- Xcode 9.3
1.3.1
- Released 29-MAR-2018
- Prevent canceling geofences not created by veery
1.3.0
- Released 26-MAR-2018
- Include new function systemAuthorization() to check if Location and Notification are authorized by the user
- Include new function userAgreement(), userAgreementAge(), userAgreedPurpose() to manage user Agreed Purpose
1.2.6
- Released 30-JAN-2018
- Tested with XCODE 9.2
- improvement of the activate process
1.2.5
- Released 26-JAN-2018
- Tested with XCODE 9.2
- Fix issue Token Refresh
1.2.4
- Released 24-JAN-2018
- Tested with XCODE 9.2
- Fix issue Token Refresh
1.2.3
- Released 18-JAN-2018
- Tested with XCODE 9.2
- Error architecture arm64 fixed
1.2.0
- Released 10-JAN-2018
- Include new Function getStatus() to check integration by developers
- Tested with XCODE 9.2
1.0.8
- Released 01-JAN-2018
- Tested with XCODE 9.2
- App publisher based uuid vs. global uuid issue fixed
1.0.6
- Released 14-DEC-2017
- Tested with XCODE 9.2
1.0.0
- Released 25-OCT-2017
- Tested with XCODE 9.0
0.9.8
- Released 20-SEPT-2017
- Tested with XCODE 8.3
- Includes Predictions, Pois, Trips
Update procedure
The new version should be indicated in the pod file
Example :
source 'https://github.com/roofstreet/cocoa.repo.git' target 'yourApp' do # Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks ! # Pods for yourApp # You should use always the last version of Veery. pod 'Veery', '1.2.6' end
Close your Xcode and in the console run
$ pod update