Pregunta

One of my client wants to open Apple's native weather app from our application. After few I don't see a possible way, unless we need to go with any 3rd party apps which provides custom url scheme.

http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007899

It would be great if someone confirm or give me a lead if it is possible.

¿Fue útil?

Solución

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

Otros consejos

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/

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top