I am working on a project that some of the apps require bluetooth permission and some of them do not. The ones do not require bluetoth started asking for the permissions in iOS 13. I disabled the configs that are asking for bluetooth, but still, something triggers the bluetooth and iOS 13 shows the bluetooth prompt. Is there anyone experiencing the same problem? What are the solutions to fix this problem?
Solution:
So I realized that I was initializing the bluetooth in a main thread all the time. Instead of doing this, I did lazy initialization and fixed the problem.