Releases: DP-3T/dp3t-sdk-ios
Releases · DP-3T/dp3t-sdk-ios
2.5.1 Explicitly Deactivate BG Tasks
- Explicitly cancels all BG Tasks if flag set
2.5.0
- Disable/Enable scheduling of background tasks
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
- updates to Exposure Notification Framework version 2
- ENAPIVersion has to be set to 2 in the Info.plist for this update to work
- increases the deployment target to 13.7
- outdated SDK methods have been removed
- 'Bearer' is not added as a prefix to auth key if using HTTPAuthorizationHeader auth method.
- HTTPAuthorizationBearer auth method is deprecated
- the SDK now exposes all exposure dates not only the most recent one
- updated defaults for attenuationBucketThresholds, new values are 55 and 63
- adds parameter "notificationGenerationTimeSpan" which specifies timespan notifications should get generated after an exposure
- renamed several parameters to make their usage more clear
1.3.0
- Improve last day TEK export handling for iOS > 13.7 (must not disable EN until the following day)
- Introduce new tracing error (.authorizationUnknown) to be able to handle users that did not grant (or revoked authorization by disabling exposure notifications in the iOS settings).
- all apps using this SDK must specify ENDeveloperRegion and ENAPIVersion in their info.plist
1.2.1
- resolves keychain issue with iOS 14
- adds iOS 14 info.plist entries for calibration app
- submitted keys are now always filled up to 30 instead of 14
- resolves detection issue for iOS 13.7 and iOS 14 beta
- ensures that backgroundtask keeps running until outstandingPublishOperation is finished