ios - Apple Store App Rejection - Support for external-accessory in the UIBackgroundModes -


i had app rejected store following reason:

our app declares support external-accessory in uibackgroundmodes key in info.plist file not declare external accessory protocols supported app. external accessory background mode intended apps communicate hardware accessories through external accessory framework.

i have read through answers of previous people asked question unsure on case. my app communicates hm10 bluetooth low energy module sending , receiving bytes.

in info.plist stated app uses corebluetooth , communicates accessory. part need change fix apples concern?

also, need become part of mfi program use hm10 bluetooth module? thanks.

here is info.plist, thanks!

enter image description here

also - background modes:

enter image description here

  1. don't add "external accessory communication", select 2 bg modes bluetooth.
  2. no need join mfi program.

then you'll fine.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -