I have developed a framework and I want to get the bundle IDs of the projects which are using my framework. Does Apple allow it, and Is there any way get bundle IDs?
Get bundle id's of projects in which my framework is embedded.
Apple does not provide any infrastructure for this.
My advice here is that you treat this problem as an administration issue rather than a technical one. That is, publish your framework in such a way that developers must register with you before they ship their product.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"