Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple store not allow #11

Open
tkkhy opened this issue Apr 7, 2020 · 10 comments
Open

Apple store not allow #11

tkkhy opened this issue Apr 7, 2020 · 10 comments

Comments

@tkkhy
Copy link

tkkhy commented Apr 7, 2020

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.

@andrey-ushakov
Copy link
Owner

Hi, it is used to search for Bluetooth printers

@FightForFreedom-LK
Copy link

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.

@andrey-ushakov
Copy link
Owner

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

@tkkhy
Copy link
Author

tkkhy commented Apr 7, 2020

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

@tkkhy
Copy link
Author

tkkhy commented Apr 7, 2020

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

@fgomezgr81
Copy link

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.

@marc7garcia
Copy link

marc7garcia commented Jun 5, 2020

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.

@luoxufeiyan
Copy link

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.

@SamuelChien
Copy link

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

@ozhankucuk
Copy link

I have same issue. Is there any solution?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants