<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Launching Your Own Application via a Custom URL Scheme</title>
	<atom:link href="http://iPhoneDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:31:16 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John Muchow</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html#comment-64914</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Mon, 26 Dec 2011 14:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1251#comment-64914</guid>
		<description>If your application also has a custom URL, the first app you launched could set a timer and call your app after 5 minutes.</description>
		<content:encoded><![CDATA[<p>If your application also has a custom URL, the first app you launched could set a timer and call your app after 5 minutes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henry</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html#comment-64901</link>
		<dc:creator>henry</dc:creator>
		<pubDate>Mon, 26 Dec 2011 05:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1251#comment-64901</guid>
		<description>I want to launching to other app and after 5 min I want to return to my own app, is it possible?
Someone can help me or give me some idea ? Thanks~</description>
		<content:encoded><![CDATA[<p>I want to launching to other app and after 5 min I want to return to my own app, is it possible?<br />
Someone can help me or give me some idea ? Thanks~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MonPoubelle</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html#comment-64136</link>
		<dc:creator>MonPoubelle</dc:creator>
		<pubDate>Thu, 08 Dec 2011 13:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1251#comment-64136</guid>
		<description>Nice tuto ! Thank you.
I try it and it works.

Now, i&#039;m looking for a solution to mask the pop-up within Safari if the user doesn&#039;t have installed the app...

Someone has an idea ?</description>
		<content:encoded><![CDATA[<p>Nice tuto ! Thank you.<br />
I try it and it works.</p>
<p>Now, i&#8217;m looking for a solution to mask the pop-up within Safari if the user doesn&#8217;t have installed the app&#8230;</p>
<p>Someone has an idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaan</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html#comment-63251</link>
		<dc:creator>kaan</dc:creator>
		<pubDate>Wed, 23 Nov 2011 08:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1251#comment-63251</guid>
		<description>I have solved my custom url scheme problem written above by sending &quot;map://&quot; url in a http link like &quot;http://map://...&quot; . When I click, it redirects to a .aspx page and is cropped to &quot;map://&quot; and returns then my app is started. For subdirectories you should define url scheme and key paths like  FB and then you can use this redirection method. For Xcode i think it may not work clearly, because if there is no multitask operation and you go to for ex. &quot;map://album/&quot; it will always open the first view. But I think if the app goes background then this link willl open your page (may be with .html direction) May be we can use here the function  applicationDidEnterBackground and applicationWillEnterForeground for redirection if it fails. 

However I dont understand how  these urls

fb://album/%@
fb://album/(aid)
fb://album/(aid)/cover
fb://album/(initWithAID:)
fb://album/(initWithAID:)/cover
fb://album/new
fb://albums
fb://birthdays

show like a link in an incoming mail and my url scheme &quot;map://&quot;  doesnt. What do I need to do for this?</description>
		<content:encoded><![CDATA[<p>I have solved my custom url scheme problem written above by sending &#8220;map://&#8221; url in a http link like &#8220;http://map://&#8230;&#8221; . When I click, it redirects to a .aspx page and is cropped to &#8220;map://&#8221; and returns then my app is started. For subdirectories you should define url scheme and key paths like  FB and then you can use this redirection method. For Xcode i think it may not work clearly, because if there is no multitask operation and you go to for ex. &#8220;map://album/&#8221; it will always open the first view. But I think if the app goes background then this link willl open your page (may be with .html direction) May be we can use here the function  applicationDidEnterBackground and applicationWillEnterForeground for redirection if it fails. </p>
<p>However I dont understand how  these urls</p>
<p>fb://album/%@<br />
fb://album/(aid)<br />
fb://album/(aid)/cover<br />
fb://album/(initWithAID:)<br />
fb://album/(initWithAID:)/cover<br />
fb://album/new<br />
fb://albums<br />
fb://birthdays</p>
<p>show like a link in an incoming mail and my url scheme &#8220;map://&#8221;  doesnt. What do I need to do for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html#comment-63200</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Tue, 22 Nov 2011 17:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1251#comment-63200</guid>
		<description>I&#039;m not sure if I understand what you mean to the first page of your app. In a native iPhone app, there is no concept of pages, an app consists of views. If a phonegap app is essentially an html app (with paths to html, javascript, etc), then I would guess you would need to work this through phonegap. Sorry I can&#039;t be of more help.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if I understand what you mean to the first page of your app. In a native iPhone app, there is no concept of pages, an app consists of views. If a phonegap app is essentially an html app (with paths to html, javascript, etc), then I would guess you would need to work this through phonegap. Sorry I can&#8217;t be of more help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html#comment-63198</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 22 Nov 2011 17:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1251#comment-63198</guid>
		<description>They have nothing on it. It sets up the same way. Phonegap has a plugin for xcode. 
So it&#039;s all through xcode. Accessing the app is fine. It&#039;s just accessing any type of subdirectory. I&#039;m not
sure it&#039;s just PhoneGap or the way I&#039;m setting it up.  
I would like to see how someone sets up an xcode app with subdirectories as well. 
I can&#039;t find anything on the web that shows this. For example, facebook has subdirectories and they have
custom urls like this...

fb://album/%@
fb://album/(aid)
fb://album/(aid)/cover
fb://album/(initWithAID:)
fb://album/(initWithAID:)/cover
fb://album/new
fb://albums
fb://birthdays

etc...

How would this look in the folder structure of xocde? I just seems that nobody truly understands this.

Thanks.</description>
		<content:encoded><![CDATA[<p>They have nothing on it. It sets up the same way. Phonegap has a plugin for xcode.<br />
So it&#8217;s all through xcode. Accessing the app is fine. It&#8217;s just accessing any type of subdirectory. I&#8217;m not<br />
sure it&#8217;s just PhoneGap or the way I&#8217;m setting it up.<br />
I would like to see how someone sets up an xcode app with subdirectories as well.<br />
I can&#8217;t find anything on the web that shows this. For example, facebook has subdirectories and they have<br />
custom urls like this&#8230;</p>
<p>fb://album/%@<br />
fb://album/(aid)<br />
fb://album/(aid)/cover<br />
fb://album/(initWithAID:)<br />
fb://album/(initWithAID:)/cover<br />
fb://album/new<br />
fb://albums<br />
fb://birthdays</p>
<p>etc&#8230;</p>
<p>How would this look in the folder structure of xocde? I just seems that nobody truly understands this.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html#comment-63196</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Tue, 22 Nov 2011 16:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1251#comment-63196</guid>
		<description>Hi Nathan,  I&#039;m not sure I can be much help as I am not familiar with using phonegap. Does phonegap have a forum where you might be able to get some insight?</description>
		<content:encoded><![CDATA[<p>Hi Nathan,  I&#8217;m not sure I can be much help as I am not familiar with using phonegap. Does phonegap have a forum where you might be able to get some insight?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html#comment-63189</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 22 Nov 2011 15:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1251#comment-63189</guid>
		<description>I have my custom url working because I can open my native app from a web page. However, I can not open up a subdirectory within my native app from a web page. For Example:

Custom URL Scheme:
myapp://

Custom URL Scheme with subdirectory:
myapp://folder/index.html

Every time I run the second url, it only takes my to the first page of my app. Which would be just myapp://.
There has to be something else to code in. From your post it looks fairly straight forward. I just can&#039;t get it to access the subdirectory. I can get it to access the subdirectory once I have the native app open. 

By the way, I am running phonegap. That&#039;s why I am accessing an .html page.

Thanks.</description>
		<content:encoded><![CDATA[<p>I have my custom url working because I can open my native app from a web page. However, I can not open up a subdirectory within my native app from a web page. For Example:</p>
<p>Custom URL Scheme:<br />
myapp://</p>
<p>Custom URL Scheme with subdirectory:<br />
myapp://folder/index.html</p>
<p>Every time I run the second url, it only takes my to the first page of my app. Which would be just myapp://.<br />
There has to be something else to code in. From your post it looks fairly straight forward. I just can&#8217;t get it to access the subdirectory. I can get it to access the subdirectory once I have the native app open. </p>
<p>By the way, I am running phonegap. That&#8217;s why I am accessing an .html page.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaan</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html#comment-62515</link>
		<dc:creator>kaan</dc:creator>
		<pubDate>Fri, 11 Nov 2011 12:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1251#comment-62515</guid>
		<description>Excellent tutorial about handling url schemes ! Thanks but I have a question too. I am sending two strings to my friend with a sms and the link of the url like &quot;map://&quot; in the sms but when it comesthe second link couldnt work like a http link. I turned it to &quot;http://map://&quot; then it went to browser but there is no page. When I write &quot;map://&quot; or&quot;map:&quot; to browser in my iphone it launches my application. How can I redirect to my app with the link or sth in the sms or mail body maybe</description>
		<content:encoded><![CDATA[<p>Excellent tutorial about handling url schemes ! Thanks but I have a question too. I am sending two strings to my friend with a sms and the link of the url like &#8220;map://&#8221; in the sms but when it comesthe second link couldnt work like a http link. I turned it to &#8220;http://map://&#8221; then it went to browser but there is no page. When I write &#8220;map://&#8221; or&#8221;map:&#8221; to browser in my iphone it launches my application. How can I redirect to my app with the link or sth in the sms or mail body maybe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharma Elanthiraiyan</title>
		<link>http://iPhoneDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html#comment-62216</link>
		<dc:creator>Sharma Elanthiraiyan</dc:creator>
		<pubDate>Fri, 04 Nov 2011 11:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1251#comment-62216</guid>
		<description>Great post</description>
		<content:encoded><![CDATA[<p>Great post</p>
]]></content:encoded>
	</item>
</channel>
</rss>

