Skip to content

Commit

Permalink
Add logInvite
Browse files Browse the repository at this point in the history
  • Loading branch information
liaz-af committed Mar 20, 2022
1 parent 45aff64 commit 7c58363
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swift/basic_app/basic_app/DLViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ class DLViewController: UIViewController {
DispatchQueue.main.async {
self.showToast(message: "Link copied to clipboard", font: .systemFont(ofSize: 12.0))
}
AppsFlyerShareInviteHelper.logInvite("mobile_share",
parameters: ["referrerId": "THIS_USER_ID",
"campaign": "share_invite"])
}
else{
print("url is nil")
Expand Down

0 comments on commit 7c58363

Please sign in to comment.