Hello,
I am working on a project and my goal is to make a communication between multiple apple watches and single iPhone. Which means from apple watches need to send data to iPhone without internet.
Conditions
Need to communicate with multiple devices at a time
No internet connection available
Watches are not paired with iPhone
So how can be this possible. I heard about Bonjour but the is idea is not clear. Is there any limitation foe number of devices that can connect at a time in bonjour?
Thank you.
Post
Replies
Boosts
Views
Activity
Hi,
I am using Apple Watch series 3 and OS 6+. I have called a post request from Apple Watch to server but that was not successful even it did not hit in server at the same this is working in simulator.
URL : http://localhost:10781/json
Hi,
In mu project I have used workout manager for reading heart rate it was working fine but suddenly it stopped sending heart beat what could be the reason. I am unable to find a solution.
Hi,
I have tried to upload a new version of my app to App Store today. But from Transporter I got an error,
"An error occurred delivering to the App Store."
This is not an issue with Transporter because i was able to upload another project build from this.
I have validated this build which doesn't give an error.
First version of this app is available in store and I have added share extension to this, is this cause this error? Please advise.
Thank you
I am trying to record audio from share extension using AVAudioRecorder. I want share an image from gallery along with recorded audio but i am not able to record. I didn't got any error but after recording it is showing 0:0 duration. I tried to store that recorded audio in document directory.
My requirement is to open a native iOS app from a PWA and need to pass a set of parameters from PWA to the iOS app. After processing the data the control needs to return to PWA.How can this be achived? Is it possible via deep linking?
I have created a project in 12.4, and I am using the URL Scheme for redirecting to the app.
For that, I have added URL types to the info.plist file.
This is working fine in iOS 13 lower versions, but in iOS 13 higher versions, openURLContexts are not getting called if the app is in a terminated state.
I have noticed that willConnectTo and openURLContexts do not get called if the app is terminated.
If the app is in the background, this works fine.
Our requirement is to share large files from multiple devices to a single device without internet. The receiver will be an iOS device, and the sender could be an Android or iOS device. The devices will be connected to the same local network.
What could be the possible solution to this?