-
Notifications
You must be signed in to change notification settings - Fork 37
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
No private frameworks with iOS SDK 9.3 #11
Comments
May I ask anywhere to get the previous version of BluetoothManager.Framework? |
Could this be fixed by pulling BluetoothManager.framework off of a device? |
If you'd be willing to post this as a question on stack overflow, I can give you a detailed answer. Be sure to use the tag 'iphone-privateapi' (as well as 'iOS', of course), and I'll see it. I got it working. |
Here you go. :-) |
Hi guys! First of all: thanks to all taking time to write down all these great instructions - but just one question. Is this thing still working in iOS10, or Apple blocked execution of such networks completely? On ios 9.3 on iPhone 5 this thing is working, but on iOS 10 and iPhone 6 for instance, it does not work. I have tracked down where the problem might be:
When bluetoothManagerSharedInstance is called in the iOS9 a message "Connecting to BT server appears". On iOS 10 this never happens. The instance of BluetoothManager is successfully created. |
Thank you for your investigations. But I believe it won't work for iOS 10 and newer. |
It's still working for me on iOS 10.1.1. iPhone 7. An iOS bug that spews biometric data makes it hard to read the console log. I wouldn't assume the lack of the
message is meaningful. Log output varies with changes to iOS. I was able to use the project to toggle bluetooth and discover peripherals. |
That's great news! Still the same procedure or did you do something different? |
I didn't change anything. Other than updating to the latest iOS SDK and rebuild. |
In the new version released today I switched to dynamic loading. So
|
The latest code does not work on iOS 10.1.1 |
|
With the code snippet in README,
But while I toggle the bluetooth manually, I can get the notification like |
Thanks for reporting. I think I already know why. I will fix it these days. Can you please open a new issue for that problem? |
There is a big problem: With Xcode 7.3 Apple removed all private frameworks from the iOS SDKs, so at the moment BeeTee is not working!
We could embed a previous version of the
BluetoothManager.framework
, but this is no long-term solution, because then we are not able to use the a current version of it.Any other ideas?
Unfortunately, due to my current workload I am not able to work on this issue at the moment. Someone else?
The text was updated successfully, but these errors were encountered: