Hello there - I am looking for a way to do basic Http requests on the Apple Watch, preferably (but not necessarily) using System.Net.Http
I know you guys would like to see some code, but I am convinced that the issue lies elsewhere
When run on the simulator the Http requests works perfectly. But when it is run on a physical Apple Watch the app always 'crashes' instantly.
The app also 'crashes' if I surround the call using try/catch. I suspect that the app is not being crashed by a flaw in the code, but rather that the app is being suspended by the Apple Watch OS.
Maybe I need to fill in some entitlements for the Apple Watch to perform web calls?
Have anyone had any success performing web calls on an Apple Watch using Xamarin? Any pointers would be greatly appreciated
I know you guys would like to see some code, but I am convinced that the issue lies elsewhere
When run on the simulator the Http requests works perfectly. But when it is run on a physical Apple Watch the app always 'crashes' instantly.
The app also 'crashes' if I surround the call using try/catch. I suspect that the app is not being crashed by a flaw in the code, but rather that the app is being suspended by the Apple Watch OS.
Maybe I need to fill in some entitlements for the Apple Watch to perform web calls?
Have anyone had any success performing web calls on an Apple Watch using Xamarin? Any pointers would be greatly appreciated