Custom URL Scheme from settings.bundle
Posted
by S-T-R-E-G-A
on Stack Overflow
See other posts from Stack Overflow
or by S-T-R-E-G-A
Published on 2010-04-03T22:16:26Z
Indexed on
2010/04/03
22:23 UTC
Read the original article
Hit count: 352
Is it possible to set a custom URL scheme to launch my app from a link but make this a user defined setting?
My app relies on a user defined server url and I would like to be able to set a URL scheme to launch my app using the users custom URL from lets say an email link.
I noticed the info.plist has these references ${EXECUTABLE_NAME} can I define my own custom reference maybe?
© Stack Overflow or respective owner