Hello all,
I am very new to iOS development and my question is more of a conceptual one than code related.
I have an app that basically scans for bluetooth devices around it with the name of my company and displays them to connect. I am using the flutter_blue plugin and everything seems to be working for both apple and android ... except with iOS 13+ devices ... and only when downloaded from the app store. I run the exact same code I submit to the app store on my iPad through Xcode and it works as expected, but when I download it from the app store the scan does not show any results except for those devices that I have already paired to / am currently connected to.
Any help would be much appreciated, Thanks in advance.