I have an app to connect to a WebService, with Wifi is working correct but with mobile data not working. I testing in IOS 10.3. I think that is a problem with permissions in plist. What do I do?
Thanks
Related
I do the same things on android it works but on IOS it doesn't work.
I can scan devices on IOS and Android.
I can blemanger.connect to any device on IOS and Android..
I can't startNotification on my device on IOS but can on android.
I tried this:
I can connect to my device using my variable: connectedDevices.id with is in this case "E8595779-BEF2-FB78-741E-E855465F760C"
As seen on the picture below, I connected to device using ID, But it can't find service with UUID "FFE0"
But actually there is service with UUID "FFE0"
It finally worked,
What I learned is if you want ble manager to work on IOS, You should make fallowing changes on your working Android code,
Service and char UUID should be short form.
You should retrieve services after you connect.
You should use writewithoutresponse.
Much love
I know there are similar topics like this but as the title indicates, would you be able to develop an app for iOS using expo with a real iphone device connected to the same LAN?
Yes, For expo you don't require xcode or android studio. you need to install expo on your iPhone and connect to the same network and scan the QR code. sometimes it does not work on LAN try switching to tunnel for better connectivity.
For iOS you can use
Send Link With email option
This will email you a link, click it from your Mail app, and it’s running on your device!
When making one social media project on both Xcode and android studio platforms, how to connect both of them with firebase to make connection between the users of iPhone and android devices.
You should follow the setup guide for both Android and iOS
Once you've set them up on their respective IDE's and loaded them on your client they'll both connect to the same default databas thereby sharing the data.
Thanks for everyone, but I found the answer in firebase.
The answer is to make a project with firebase and in the project create an iOS app and an android app in the same project, then both of them will use the same database.
I have App which uses external accessory platform to connect to iPod App.
Before iOS11 bluetooth was working very much fine with automatically reconnecting when ever my app restart. I don't have to go to setting all the time.
from iOS11, in setting it shows device is connected whenever i restart my App but it does not actually connect to it i had to disconnect or to forget device and fresh connection.
I notice that this is true for Bluetooth devices on iOS11.
is it a BUG in iOS11? or some keys i need to add to the .plist?
Thanks
It seems to be a bug on iOS side.
I am following this Apple developer forum thread for a while https://forums.developer.apple.com/thread/79395.
Someone found that the iOS 11.2 beta solved the problem. I am currently trying on my side with my external accessory.
sorry for my bad english
I am developing an app on IOS 9.2. One of the app functions is to get information about bluetooth devices.
I have already managed to monitor bluetooth devices nearby using CoreBluetooth framework and connect to one of them. It works in background mode too. The problem is how to get notification when user connects to device from IOS settings?
Thanks for any help