bmueller

Results 20 comments of bmueller

Anyone have any ideas on this?

To follow up on this, the crashes were my fault - I should only have been calling `responses

@sideshow I figured I was doing something silly like that. Your explanation definitely makes sense for explaining what I'm doing wrong here. I tried moving the `notifications` channel but am...

@sideshow I'm still getting frequent "Client.Timeout exceeded while awaiting headers" errors - at least one every 5 minutes - despite implementing the changes in the code above. Any thoughts on...

@extrawurst - unfortunately the `sudo` command is unavailable on Heroku. I'm not sure how to work around this since I can't update the certificates on there manually.

Yes, I specifically had the user who was experiencing this issue run a command that called `[[PFInstallation currentInstallation] saveInBackground]`. Still no `objectId`. Note that this is only happening for a...

The `saveInBackground` block does say that it was successful (despite there still not being an `objectId`), but I'm not sure how I'd find their installation in the Installation table -...

@cbaker6 to follow up on this, it looks like the data *is* being saved to Parse correctly and the object on Parse does have an objectId. The Parse SDK on-device...

I'd love to see this as well.