esc_pos_bluetooth
esc_pos_bluetooth copied to clipboard
Apple store not allow
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.
Hi, it is used to search for Bluetooth printers
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.
Really weird, we have a published iOS app with both keys in info.plist...
I was try 2 times, they still reject. now don't know how to do! Please help
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
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.
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.
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.
Same issue here, can't submit my app to app store due to this.
I have same issue. Is there any solution? Thanks