You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/Example/TSKitiOSTestApp
Michael Kirk 47cad611e5 Fix register w/o background fetch & stale push tokens
* Separate account registration from push token registration
* Provide better errors when validation fails (e.g. numbers don't match, numbers blank)
* More logging during registration
* Call success after setting phone number to avoid any future race condition

  This isn't currently causing problems, but it's unexpected that we'd
  mutate the state *after* calling a callback which might inuitively rely
  on that state.

* Don't throw exception off thread when device keys 404's
* Better async startup handling
  - move processing off main thread
  - reduce code duplication
  - don't wrap it in a transaction in the future case where we want to
    further access the DB

// FREEBIE
9 years ago
..
TSKitiOSTestApp Ensure interactions removed when thread is deleted 9 years ago
TSKitiOSTestApp.xcodeproj Explain send failures for text and media messages 9 years ago
TSKitiOSTestApp.xcworkspace Init Commit 10 years ago
TSKitiOSTestAppTests Fix attachment deleting for outgoing messages 9 years ago
Podfile Use SocketRocket pluggable policies (#15) 9 years ago
Podfile.lock Fix register w/o background fetch & stale push tokens 9 years ago