sphero-inc / Sphero-iOS-SDK

🚫 DEPRECATED: Sphero™ is the amazing robotic ball ( sphero.com ) created by Orbotix, this is the repository for the iOS SDK for Sphero™. Visit dev site for more information:
http://sdk.sphero.com
225 stars 81 forks source link

Sphero connection while switching apps. (with new Beta SDK) #20

Closed sodastsai closed 9 years ago

sodastsai commented 9 years ago

I've tested this with Hello World sample,

though the + [RKRobotDiscoveryAgent startDiscovery] did be called when switching back to the app, but sometimes the app could not receive anymore RKRobotChangedStateNotification. Hence the app could not work with the Sphero ball.

profmike commented 9 years ago

HelloWorld often doesn't reconnect to Sphero when transitioning from background to foreground.

iamcgn commented 9 years ago

Thanks for the feedback! I just pushed up a new beta2 release that has a fix for this issue. Let us know if you're still experiencing these issues.

iamcgn