In our App we have a need to open Apple Developer App from our iOS App to guide user to Developer App. But looks like there is no confirmed URL Scheme provided. Can you help on this.
URL Scheme For Apple Developer App
Thank you for sharing your post. I am slightly confused by your request. Are you attempting to launch an application using a URL? If the application in question supports Universal Links, you can utilize that feature. Alternatively, if deep linking is enabled, you can employ that method. If you have developed the application, you can incorporate the necessary code to achieve this functionality.
https://developer.apple.com/documentation/xcode/supporting-universal-links-in-your-app
Hope this helps
Albert Pascual Worldwide Developer Relations.