I am building an app playground for SSC'25 where I want to use Multipeer Connectivity framework that would allow me to send and receive data to and from stranger devices. I also want to use some other open-source packages for some of the features. I just wanted to know if we are allowed to use or not?
Lemme break your question down into parts…
Regarding open source code, the fine print addresses that topic directly. Read it through and post back here it find it unclear.
Regarding Multipeer Connectivity, it’s still a valid Apple API and thus you’re free to use it. My general recommendation is that you not use this API, but instead use Network framework directly. I can go into the details if you like, but I’m not doing that right now because of the next point…
The fine print says:
Your creation should not rely on a network connection
and thus I’m not sure what Multipeer Connectivity, or indeed Network framework, is gonna buy you.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"