esc_pos_bluetooth icon indicating copy to clipboard operation
esc_pos_bluetooth copied to clipboard

Apple store not allow

Open tkkhy opened this issue 4 years ago • 10 comments

From Apple 2. 5 Performance: Software Requirements Guideline 2.5.4 - Performance - Software Requirements

Your app declares support for bluetooth-central and bluetooth-peripheral in the UIBackgroundModes key in your Info.plist but does not provide Bluetooth Low Energy functionality. The Bluetooth Background modes are for apps that communicate to other devices using Bluetooth Low Energy and the Core Bluetooth framework.

Next Steps

To resolve this issue, please revise your app to add support for Bluetooth Low Energy communication through Core Bluetooth in your app or remove the bluetooth- values from the UIBackgroundModes key.

Resources

For more information on Core Bluetooth, please review the Core Bluetooth Framework Reference.

tkkhy avatar Apr 07 '20 02:04 tkkhy

Hi, it is used to search for Bluetooth printers

andrey-ushakov avatar Apr 07 '20 07:04 andrey-ushakov

hi,@andrey-ushakov ,I got the same issue,apple doesn't accept this reason, seems searching bluetooth devices doesn't really require UIBackgroundModels, this issue is in gprinter SDK, once i remove the UIBackgroundModes from info.list , it just crashed.

FightForFreedom-LK avatar Apr 07 '20 09:04 FightForFreedom-LK

Really weird, we have a published iOS app with both keys in info.plist...

andrey-ushakov avatar Apr 07 '20 10:04 andrey-ushakov

I was try 2 times, they still reject. now don't know how to do! Please help

tkkhy avatar Apr 07 '20 12:04 tkkhy

hi,@andrey-ushakov ,I got the same issue,apple doesn't accept this reason, seems searching bluetooth devices doesn't really require UIBackgroundModels, this issue is in gprinter SDK, once i remove the UIBackgroundModes from info.list , it just crashed.

me too

tkkhy avatar Apr 07 '20 12:04 tkkhy

hola, @ andrey-ushakov , tengo el mismo problema, Apple no acepta esta razón, parece que la búsqueda de dispositivos bluetooth realmente no requiere UIBackgroundModels, este problema está en gprinter SDK, una vez que elimino los UIBackgroundModes de info.list, se Acaba de romperse.

yo también

Hola como estas, oye una pregunta como lograste implementar el codigo, ya que yo le he estado intentando pero no me encuentra la impresora que tengo, de hecho al correr la aplicacion de ejemplo solo me muestra la pantalla con el floatingbutton pero no muestra nada mas. Me podrias ayudar por favor.

fgomezgr81 avatar May 08 '20 15:05 fgomezgr81

Same problem with Apple Review. Please help!!!

Guideline 2.5.4 - Performance - Software Requirements

Your app declares support for bluetooth-central and bluetooth-peripheral in the UIBackgroundModes key in your Info.plist but does not provide Bluetooth Low Energy functionality. The Bluetooth Background modes are for apps that communicate to other devices using Bluetooth Low Energy and the Core Bluetooth framework.

Next Steps

To resolve this issue, please revise your app to add support for Bluetooth Low Energy communication through Core Bluetooth in your app or remove the bluetooth- values from the UIBackgroundModes key.

Resources

For more information on Core Bluetooth, please review the Core Bluetooth Framework Reference.

marc7garcia avatar Jun 05 '20 19:06 marc7garcia

Same issue here:

  • esc_pos_bluetooth: 0.2.8
  • flutter: 1.22.6 (stable channel)

Guideline 2.5.4 - Performance - Software Requirements Your app declares support for bluetooth-central and bluetooth-peripheral in the UIBackgroundModes key in your Info.plist but does not provide Bluetooth Low Energy functionality. The Bluetooth Background modes are for apps that communicate to other devices using Bluetooth Low Energy and the Core Bluetooth framework.

Remove the UIBackgroundModes from Info.plist will cause app crash.

luoxufeiyan avatar Feb 17 '21 00:02 luoxufeiyan

Same issue here, can't submit my app to app store due to this.

SamuelChien avatar Mar 09 '21 09:03 SamuelChien

I have same issue. Is there any solution? Thanks

ozhankucuk avatar Jul 11 '21 12:07 ozhankucuk