Custom iOS SDK distribution

I need to develop a custom iOS SDK which other developers can use. I have two questions:


1. What is the process of framework/SDK submission, so that I can distribute it?


2. Do I need a developer account for developing and distributing this framework? What , if i want to distribute the framework from my website?


Please let me know the answers of the above. If possible, can you share with the relavant user guide or documetation if there is any?

Replies

The way to ship a binary framework is to distribute an XCFramework. Please see the WWDC 2019 talk and associated documentation. You should have a paid developer account so you are able to build and test your framework in the context of an app on the platforms your framework supports.