What is the easiest option to let someone debug my app's source code on his macbook? Must he be registered as a developer in my Apple portal, or only registering his device UDID is enough? Can I send him only the developer provisioning profile that contains his device or should I export my certificate from the Keychain (.p12) and send him?
Thanks!
Just send him the source code. He will be able to open it and run it like the other programs.. If you want to go for something more controlled use eg Github for sharing your code.