We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d3cd4 commit dbc131aCopy full SHA for dbc131a
Leanplum-Unity-SDK/Assets/CleverTapUnity/iOS/CleverTapUnityManager.mm
@@ -68,6 +68,8 @@ + (void)launchWithAccountID:(NSString*)accountID andToken:(NSString *)token {
68
69
+ (void)launchWithAccountID:(NSString*)accountID token:(NSString *)token region:(NSString *)region {
70
[CleverTap setCredentialsWithAccountID:accountID token:token region:region];
71
+ // Initialize CleverTapUnityManager to register listeners and set delegates
72
+ [CleverTapUnityManager sharedInstance];
73
[[CleverTap sharedInstance] notifyApplicationLaunchedWithOptions:nil];
74
}
75
0 commit comments