ios - EAAccessoryManager accessory picker bug -


i'm trying build app communicates external accessory (over bluetooth). ensure app user-friendly i'd him not go settings connect accessory show accessory picker ios 6.0 includes.

to achieve that, simple call :

[[eaaccessorymanager sharedaccessorymanager] showbluetoothaccessorypickerwithnamefilter:nil completion:nil]; 

for now, i'm not using filter , completion (both can nil according ios class reference) - if tried using them too.

now the problem accessory appears 2 10 seconds , disappears list until cancel popup , show again. problem doesn't appear @ all. made sure device paired not connected.

i tried using accessory (one didn't make myself) , different devices (iphone 4, 4s, 5 - ipad - ipod touch) no success.

does has similar issue? if yes how did solve it? ios bug? accessory bug?

thanks reply.

i can confirm ios 7 beta 4 has fixed issue. if using rn 42 apl bluetooth chip (which must 1 available on mfi program)

the thing need aware of firmware on rn 42 module needs 5.36 , above (as supports iap protocol)

i have updated app (that talks custom build accessory) , accessory picker dialog works charm.... thought i'd let guys know!


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -