Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // temp
  2.  
  3. func application(application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: NSData) {
  4. let mixpanel = Mixpanel.sharedInstance()
  5. if let user = LUVApi.sharedInstance().currentUser {
  6. mixpanel.identify(user.id)
  7. mixpanel.people.addPushDeviceToken(deviceToken)
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement