@@ -74,7 +74,7 @@ DP3T-SDK is available through [Cocoapods](https://cocoapods.org/)
```ruby
pod'DP3TSDK',=>'1.1.1'
pod'DP3TSDK',=>'1.2.1'
```
...
...
@@ -82,6 +82,11 @@ This version points to the HEAD of the `develop` branch and will always fetch th
## Using the SDK
In order to use the SDK with iOS 14 you need to specify the region for which the app works and the version of the [Exposure Notification](https://developer.apple.com/documentation/exposurenotification) Framework which should be used.
This is done by adding [`ENDeveloperRegion`](https://developer.apple.com/documentation/bundleresources/information_property_list/endeveloperregion) as an `Info.plist` property with the according ISO 3166-1 country code as its value.
The SDK currently works with EN Framework version 1 and therefore we need to specify [`ENAPIVersion`](https://developer.apple.com/documentation/bundleresources/information_property_list/enapiversion) with a value of 1 in the `Info.plist`.
### Initialization
In your AppDelegate in the `didFinishLaunchingWithOptions` function you have to initialize the SDK.