<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>deepLinking Archives - Forest and the Trees</title>
	<atom:link href="https://www.forestandthetrees.com/tag/deeplinking/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.forestandthetrees.com/tag/deeplinking/</link>
	<description>iOS Development</description>
	<lastBuildDate>Mon, 20 Mar 2023 14:19:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.forestandthetrees.com/wp-content/uploads/2021/11/cropped-fatt-32x32.png</url>
	<title>deepLinking Archives - Forest and the Trees</title>
	<link>https://www.forestandthetrees.com/tag/deeplinking/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Troubleshooting apple-app-site-association file</title>
		<link>https://www.forestandthetrees.com/ios/troubleshooting-apple-app-site-association-file/</link>
					<comments>https://www.forestandthetrees.com/ios/troubleshooting-apple-app-site-association-file/#comments</comments>
		
		<dc:creator><![CDATA[Doug Marttila]]></dc:creator>
		<pubDate>Mon, 20 Mar 2023 14:19:54 +0000</pubDate>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[deepLinking]]></category>
		<category><![CDATA[Swift]]></category>
		<category><![CDATA[universalLinking]]></category>
		<category><![CDATA[Xcode]]></category>
		<guid isPermaLink="false">https://www.forestandthetrees.com/?p=202</guid>

					<description><![CDATA[<p>Troubleshooting guides If the validator returns an error, curl the file From that thread&#8230; first thing to try is: add this end of the .htaccess file: Header set Content-type "application/pkcs7-mime" At Arcascope, we got it to work by adding this to .htaccess within /.well-known RewriteEngine On RewriteBase /.well-known/ # iOS RewriteRule ^apple-app-site-association$ apple-app-site-association.json [NC,L]</p>
<p>The post <a rel="nofollow" href="https://www.forestandthetrees.com/ios/troubleshooting-apple-app-site-association-file/">Troubleshooting apple-app-site-association file</a> appeared first on <a rel="nofollow" href="https://www.forestandthetrees.com">Forest and the Trees</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Troubleshooting guides</p>



<ul>
<li><a href="https://developer.apple.com/library/archive/qa/qa1916/_index.html">Apple troubleshooting guide</a></li>



<li><a href="https://stackoverflow.com/questions/39115167/universal-link-the-domain-has-some-validation-issue">Stackoverflow useful</a></li>



<li><a href="https://stackoverflow.com/questions/63524632/400-error-code-with-apple-app-site-association-json-file">Stackoverflow getting error in validator</a></li>
</ul>



<p>If the validator returns an error, <code>curl</code> the file</p>



<ul>
<li>In Terminal, <code>curl -i <a href="https://arcascope.com/apple-app-site-association" target="_blank" rel="noreferrer noopener">https://arcascope.com/apple-app-site-association</a></code> </li>



<li>You should see: <code>content-type: application/json</code> </li>



<li>If there’s no content-type for your aasa, <a href="https://stackoverflow.com/questions/40725154/how-to-set-correct-content-type-for-apple-app-site-association-file-on-nginx-rai">this thread</a> is very helpful</li>
</ul>



<p>From that thread&#8230; first thing to try is: add this end of the <code>.htaccess</code> file: <code>Header set Content-type "application/pkcs7-mime"</code></p>



<p>At Arcascope, we got it to work by adding this to .htaccess within /.well-known</p>



<pre class="wp-block-preformatted">RewriteEngine On
RewriteBase /.well-known/

# iOS
RewriteRule ^apple-app-site-association$ apple-app-site-association.json [NC,L]
</pre>
<p>The post <a rel="nofollow" href="https://www.forestandthetrees.com/ios/troubleshooting-apple-app-site-association-file/">Troubleshooting apple-app-site-association file</a> appeared first on <a rel="nofollow" href="https://www.forestandthetrees.com">Forest and the Trees</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.forestandthetrees.com/ios/troubleshooting-apple-app-site-association-file/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
