Advertisement
Guest User

iOS Push Notifcation Error Log

a guest
May 1st, 2012
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. 2012-05-01 21:29:23.290 Dermace[267:707] Before UIApplication
  2. 2012-05-01 21:29:23.295 Dermace[267:707] Before reset badge
  3. 2012-05-01 21:29:23.492 Dermace[267:707] +[UAKeychainUtils getDeviceID] [Line 269] Retrieved device id info from keychain.
  4. 2012-05-01 21:29:23.496 Dermace[267:707] +[UAKeychainUtils getDeviceID] [Line 273] Device ID result is not nil.
  5. 2012-05-01 21:29:23.499 Dermace[267:707] +[UAKeychainUtils getDeviceID] [Line 282] Loaded Device ID: [device id here]
  6. 2012-05-01 21:29:23.503 Dermace[267:707] +[UAKeychainUtils getDeviceID] [Line 283] Loaded Model Name: iPod4,1
  7. 2012-05-01 21:29:23.630 Dermace[267:707] -[UAUser listenForDeviceTokenReg] [Line 969] ListenForDeviceTokenReg
  8. 2012-05-01 21:29:23.636 Dermace[267:707] didRegisterForRemoteNotifications
  9. 2012-05-01 21:29:23.662 Dermace[267:707] -[UAirship setDeviceToken:] [Line 349] Device token: [token here]
  10. 2012-05-01 21:29:23.663 Dermace[267:707] -[UAUser observeValueForKeyPath:ofObject:change:context:] [Line 1001] KVO device token modified
  11. 2012-05-01 21:29:23.664 Dermace[267:707] -[UAUser updateDefaultDeviceToken] [Line 1016] Updating device token
  12. 2012-05-01 21:29:23.665 Dermace[267:707] -[UAUser updateDefaultDeviceToken] [Line 1021] Skipping device token update: no token, already up to date, or user is being updated.
  13. 2012-05-01 21:29:24.751 Dermace[267:707] -[UAAnalytics requestDidSucceed:response:responseData:] [Line 482] Analytics data sent successfully. Status: 200
  14. 2012-05-01 21:29:24.753 Dermace[267:707] -[UAAnalytics requestDidSucceed:response:responseData:] [Line 483] responseData=, length=0
  15. 2012-05-01 21:29:25.067 Dermace[267:707] -[UAirship registerDeviceTokenSucceeded:] [Line 377] Device token registered on Urban Airship successfully.
  16. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement