0
The only offering for p2p support on iOS that I’m aware of is the MultipeerConnectivity framework. Based on its documentation, it only seems to support nearby devices (ref: https://developer.apple.com/documentation/multipeerconnectivity).
Now, by “truly decentralised”, I mean no use of a backend whatsoever.
Perhaps there’s something I might be missing. If wallet apps are indeed, truly decentralised, how do they achieve this?
If that makes it “decentralized” or not is another matter though. – Anonymous – 2019-03-25T03:11:20.367
@AndrewChow Thanks for that. Could you point me to a sample code snippet that makes use of the network connection API to send data to an IP/Port? I tried looking but couldn’t find any, only found the API reference. – AjLearning – 2019-03-25T13:50:01.650