Skip to content

Commit

Permalink
Merge pull request #3 from hashcube/fix-deeplink
Browse files Browse the repository at this point in the history
removing incorrect handleOpenURL
  • Loading branch information
rampr authored Oct 7, 2016
2 parents 94bc19d + 2dd6748 commit a91ccb2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ios/KochavaPlugin.mm
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,4 @@ - (void) trackEventWithValue:(NSDictionary *)jsonObject {
[self.kochavaTracker trackEvent:eventTitle :jsonString];
}
}

- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication {
[self.kochavaTracker sendDeepLink:url:sourceApplication];
}

@end

0 comments on commit a91ccb2

Please sign in to comment.