Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. let advertisingIdentifier: NSUUID!
  2. @IBAction func buttonPressed(sender: AnyObject) {
  3. print("You clicked the button")
  4. let addId = advertisingIdentifier().UUIDString
  5. let buttonIsPushedId = "THISBUTTONID"
  6. //send addId (my advertisingIdentifier) and buttonIsPushedId on some server
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement