bumptech / bump-api-ios

make your app bumpable in seconds
http://bu.mp/api
Other
146 stars 52 forks source link

Crash when blocked by firewall #6

Closed tewks closed 11 years ago

tewks commented 12 years ago

Report from https://groups.google.com/forum/#!topic/bump-api/uS0LOX5RaM0

I'm testing out Bump API v3.0.1 and the BumpTest app consistently crashes when the Bump client is being configured.

[BumpClient configureWithAPIKey:@"[my api key]" andUserID:[[UIDevice currentDevice] name]];

causes the app to crash if the wi-fi network I'm on is blocking the bump server. With the previous API, I'd be able to recover, but in the new API, my app just crashes and burns. I could check for network availability to the Bump server, but this also seems like the Bump API should handle this scenario.

tewks commented 11 years ago

This should be fixed in 3.1; please let me know if you see otherwise. Thanks