forked from attentive-mobile/attentive-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replaced deprecated methods calls with new ones
- Loading branch information
Vladimir Espinola
committed
Jun 14, 2024
1 parent
02e8164
commit 543517c
Showing
4 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,12 +39,12 @@ class AppDelegate : UIResponder, UIApplicationDelegate { | |
|
||
public static func createUserIdentifiers() -> [String: Any] { | ||
[ | ||
IDENTIFIER_TYPE_PHONE: "+15671230987", | ||
IDENTIFIER_TYPE_EMAIL: "[email protected]", | ||
IDENTIFIER_TYPE_CLIENT_USER_ID: "APP_USER_ID", | ||
IDENTIFIER_TYPE_SHOPIFY_ID: "207119551", | ||
IDENTIFIER_TYPE_KLAVIYO_ID: "555555", | ||
IDENTIFIER_TYPE_CUSTOM_IDENTIFIERS: ["customId": "customIdValue"] | ||
ATTNIdentifierType.phone: "+15671230987", | ||
ATTNIdentifierType.email: "[email protected]", | ||
ATTNIdentifierType.clientUserId: "APP_USER_ID", | ||
ATTNIdentifierType.shopifyId: "207119551", | ||
ATTNIdentifierType.klaviyoId: "555555", | ||
ATTNIdentifierType.customIdentifiers: ["customId": "customIdValue"] | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
attentive-ios-sdk.xcworkspace/xcshareddata/swiftpm/Package.resolved
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters