Hi, all.
I'm currrently developing an iOS app and a printer which communicate via Bluetooth classic(not BLE).
As you know, it's quite inconvenient that user has to reconnect to printer if disconnected.
To resolve this, we found a solution that if device(printer in our case) knows the MAC address of Bluetooth on user's iOS device, then it can reconnect to the iOS device automatically once the device was paired before.
Thus, in my app, I have to get the MAC address of Bluetooth on customer's iOS device and send it to the printer so that the printer can reconnect to the iOS device automatically.
I know that there's no API for getting the MAC address of Bluetooth, but I want to know whether it's ok to get the MAC address with user interaction explicitly like asking user to insert the MAC address in the app(with the explanation of the purpose stated above).
Please let me know if it violates any guidelines of apple's policy for developing iOS apps.
If it's not accepted, then I have to find another way.
Thank you.