Possible to launch Apple's default weather app from my application?

≯℡__Kan透↙ 提交于 2019-12-07 20:38:33

Its not possible, the weather app doesn't have a known URL scheme and I dubt that it has an unknown one.

The website handleOpenURL is an excellent resource for custom iOS URL schemes; use this link to search for the known Apple app schemes.

Unfortunately the weather app is not among them.


Another couple of sites with schemes (handleOpenURL seems to be the most complete, but it can't hurt to check the others):

app lookup

Akosma iPhone URL Scheme Wiki

I found another site for sharing the url scheme - http://schemes.zwapp.com/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!