Posts

Post marked as solved
7 Replies
3.3k Views
I'm struggling getting the signing part of sending server 2 sever requests working from .Net/c#I'm struggling to build the header X-Apple-CloudKit-Request-Signaturev1 Has anyone had any joy getting this working (I know announcement was only about 3 days ago):-)
Posted
by spenderuk.
Last updated
.
Post not yet marked as solved
2 Replies
884 Views
Does anyone know how to create a picker in SwiftUI.I'm struggling with the content parameter.This is as far as I've gotPicker(selection: $abindingi, label: "", content:{ return []})
Posted
by spenderuk.
Last updated
.
Post not yet marked as solved
2 Replies
970 Views
I'm usingfunc peripheral(_ peripheral: CBPeripheral, didUpdateValueFor characteristic: CBCharacteristic, error: Error?) {}to read values from a Bluetooth temperature monitor.After a while reading just stops. I can't work out why?
Posted
by spenderuk.
Last updated
.