xcode - Limit Mac app Beta usage to selection of UDID-approved devices -


i have mac app created in xcode, , signed "mac app store" application, default team provisioning profile. have 2 udids registered in member center, , can run application on of devices (expected)... on other non-registered devices.

is there way lock application registered udids purpose of beta testing?

the documentation seems apply ios applications, , remains little unclear mac application procedure.

oddly enough, wasn't able sign code udid-specific provisioning profile @ in xcode. however, setting provisioning profile restricted one, , setting code signing identity, able compile via command-line properly.

now when loaded on machine other udid-approved ones, application fails launch (which desired behavior beta testing strategy).


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -