I’m working on a project that sends data from an iOS app to a Mac. I’ve never used Swift before, but setting up the iOS side isn’t a particularly complicated process. I’ve already written the networking in C, and confirmed it can send the data I need. I’ve currently got the Mac server part implemented in Python. So far, it’s just networking, receiving the data and unpacking it. However, I came across a native Apple API which is honestly exactly what I need for actually implementing the functionality of that data. So my question is, do I stick to what I know and just implement it all in python and C, or move it all over to a Swift project on the Mac side too? submitted by /u/SilentTransition5695 [link] [comments]