You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

4
4
@@ -8,7 +8,7 @@ In this release, we are making a significant shift from a device-centered model
8
8
9
9
To facilitate this change, the `externalId` approach for identifying users is being replaced by the `login` and `logout` methods. In addition, the SDK now makes use of namespaces such as `User`, `Notifications`, and `InAppMessages` to better separate code.
10
10
11
-
The iOS SDK is making the jump from `v3` to `v5`, in order to align across OneSignal’s suite of client SDKs. This guide will walk you through the iOS SDK `5.0.0-alpha-02` changes as a result of this shift.
11
+
The iOS SDK is making the jump from `v3` to `v5`, in order to align across OneSignal’s suite of client SDKs. This guide will walk you through the iOS SDK `5.0.0-beta-01` changes as a result of this shift.
12
12
13
13
# Overview
14
14
@@ -60,10 +60,10 @@ As mentioned above, the iOS SDK is making the jump from `v3` to `v5`, in order t
60
60
```
61
61
62
62
### Option 1. Swift Package Manager
63
-
Update the version of the OneSignal-XCFramework your application uses to `5.0.0-alpha-02`. In addition, the Package Product name has been changed from `OneSignal` to `OneSignalFramework`. See [the existing installation instructions](https://documentation.onesignal.com/docs/swift-package-manager-setup).
63
+
Update the version of the OneSignal-XCFramework your application uses to `5.0.0-beta-01`. In addition, the Package Product name has been changed from `OneSignal` to `OneSignalFramework`. See [the existing installation instructions](https://documentation.onesignal.com/docs/swift-package-manager-setup).
64
64
65
65
### Option 2. CocoaPods
66
-
Update the version of the OneSignalXCFramework your application uses to `5.0.0-alpha-02`. Other than updating the import statement above, there are no additional changes needed to import the OneSignal SDK in your Xcode project. See [the existing installation instructions](https://documentation.onesignal.com/docs/ios-sdk-setup#step-3-import-the-onesignal-sdk-into-your-xcode-project).
66
+
Update the version of the OneSignalXCFramework your application uses to `5.0.0-beta-01`. Other than updating the import statement above, there are no additional changes needed to import the OneSignal SDK in your Xcode project. See [the existing installation instructions](https://documentation.onesignal.com/docs/ios-sdk-setup#step-3-import-the-onesignal-sdk-into-your-xcode-project).
67
67
68
68
# API Changes
69
69
## Namespaces
@@ -213,7 +213,7 @@ Email and/or SMS subscriptions can be added or removed via the following methods
213
213
214
214
# API Reference
215
215
216
-
Below is a comprehensive reference to the `5.0.0-alpha-02` OneSignal SDK.
216
+
Below is a comprehensive reference to the `5.0.0-beta-01` OneSignal SDK.
217
217
218
218
## OneSignal
219
219
@@ -727,14 +727,12 @@ The Debug namespace is accessible via `OneSignal.Debug` and provide access to de
727
727
728
728
# Limitations
729
729
730
-
- Recommend using only in development and staging environments for Alpha releases
731
-
- Aliases will be available in a future release
730
+
- Recommend using only in development and staging environments for Beta releases
732
731
- Outcomes will be available in a future release
733
-
- Users are deleted when the last Subscription (push, email, or sms) is removed
734
732
- Any `User` namespace calls must be invoked **after** initialization. Example: `OneSignal.User.addTag("tag", "2")`
735
733
736
734
# Known issues
737
735
- User properties may not update correctly when Subscriptions are transferred
738
736
- Please report any issues you find with this
739
737
- Identity Verification
740
-
- We will be introducing JWT in a follow up Alpha or Beta release
738
+
- We will be introducing JWT in a follow up Beta release
0 commit comments