Skip to content

Commit

Permalink
Merge pull request #117 from adjust/doc_deeplink_update
Browse files Browse the repository at this point in the history
Adding comment to deeplinking code part
  • Loading branch information
Uglješa Erceg committed Jul 13, 2015
2 parents 1f6166b + 33903b6 commit c2a9fed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ or add the method `openURL` and add the following call to adjust:
sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
{
[Adjust appWillOpenUrl:url];
// Your code goes here
Bool canHandle = [self someLogic:url];
return canHandle;
}
Expand Down

0 comments on commit c2a9fed

Please sign in to comment.