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?
Post
Replies
Boosts
Views
Activity
Hi,I would like to read Radio/Cell Site information from iOS - things like Cell ID, Tracking Area Code and Location information geo location from my app. Can I do that? I read CoreTelephony framework but not sure, if this can give me any relevant information.Please let me know.
I want to use network framework to just probe tcp or udb endpoint and read the RTT value. In wwdc video , i could see a sample app which does exactly same, however i could not find the source code of the same. Can somebody help how to achieve probing? Thanks.