Beta testing Mac app compiled from iOS in Xcode

Now that I have created a Mac app from Xcode from iOS, how do I beta test it? Is there TestFlight for Mac? Where do I invite testers? What is the workflow for this?

Answered by KMT in 420836022

To test it on your mac, just select 'My Mac' as the destination and build.

For testflight, do the same, but then create an archive - see https://developer.apple.com/documentation/xcode/distributing_your_app_for_beta_testing_and_releases?language=objc

Accepted Answer

To test it on your mac, just select 'My Mac' as the destination and build.

For testflight, do the same, but then create an archive - see https://developer.apple.com/documentation/xcode/distributing_your_app_for_beta_testing_and_releases?language=objc

As I understand it, Testflight doesn't allow for beta testing for Mac app unfortunately. Seems a Mac developer needs to follow a more byzantine process of ID certification and app notarization from Apple. Information about accessibility and workflow for beta testing Mac app seems less certain than other devices. Links to info feel like tests for recursion.

Beta testing Mac app compiled from iOS in Xcode
 
 
Q