File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
* Switch to Cocoapods
7
7
* Switch to Maven
8
8
* Add CPID and LATD methods
9
+ * Add Event alias
9
10
10
11
Known issues:
11
- iOS command line build fails due to switch to cocoapods . https://github.com/apache/cordova-ios/issues/659
12
+ iOS command line build fails due a cordova issue, workaround is to build from xcode . https://github.com/apache/cordova-ios/issues/659
12
13
CPID and LATD methods do not work on Android.
13
14
14
15
<a name =" 3.2.0 " ></a >
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ -(void)sendBranchEvent:(CDVInvokedUrlCommand*)command
279
279
event.eventDescription = [metadata objectForKey: key];
280
280
}
281
281
else if ([key isEqualToString: @" customerEventAlias" ]) {
282
- event.customerEventAlias = [metadata objectForKey: key];
282
+ event.alias = [metadata objectForKey: key];
283
283
}
284
284
else if ([key isEqualToString: @" customData" ] && [[metadata objectForKey: key] isKindOfClass: [NSMutableDictionary class ]]) {
285
285
event.customData = [metadata objectForKey: key];
You can’t perform that action at this time.
0 commit comments