How can I pass a C# method to a Swift function as callback? – Ios swift
I want my C# program (A Unity app) to call into iOS native code so that I can communicate with, e.g., Apple Health. I've successfully got my program calling in to run Swift code, but I want to be able…