<?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>The App Experience</title>
	<atom:link href="http://www.appexperience.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appexperience.co.uk</link>
	<description>Be Curious</description>
	<lastBuildDate>Wed, 24 Apr 2013 17:37:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>UIWebView, allow an unverified ssl certificate (Testing only)</title>
		<link>http://www.appexperience.co.uk/uiwebview-allow-an-unverified-ssl-certificate/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uiwebview-allow-an-unverified-ssl-certificate</link>
		<comments>http://www.appexperience.co.uk/uiwebview-allow-an-unverified-ssl-certificate/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 22:11:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://www.appexperience.co.uk/?p=836</guid>
		<description><![CDATA[Override the following methods, this will allow unverified certificates. However, these are private methods and therefore will be rejected be Apple. @interface NSURLRequest (NSURLRequestWithIgnoreSSL) +(BOOL)allowsAnyHTTPSCertificateForHost:(NSString*)host; @end @implementation NSURLRequest (NSURLRequestWithIgnoreSSL) +(BOOL)allowsAnyHTTPSCertificateForHost:(NSString*)host [...]]]></description>
				<content:encoded><![CDATA[<div>
<p>Override the following methods, this will allow unverified certificates. However, these are private methods and therefore will be rejected be Apple.</p>
<pre><code>@interface NSURLRequest (NSURLRequestWithIgnoreSSL) 
+(BOOL)allowsAnyHTTPSCertificateForHost:(NSString*)host;
@end

@implementation NSURLRequest (NSURLRequestWithIgnoreSSL) 
+(BOOL)allowsAnyHTTPSCertificateForHost:(NSString*)host
{
    return YES;
}
@end</code></pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.appexperience.co.uk/uiwebview-allow-an-unverified-ssl-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Xcode to recognise a new provisioning profile</title>
		<link>http://www.appexperience.co.uk/getting-xcode-to-recognise-a-new-provisioning-profile/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=getting-xcode-to-recognise-a-new-provisioning-profile</link>
		<comments>http://www.appexperience.co.uk/getting-xcode-to-recognise-a-new-provisioning-profile/#comments</comments>
		<pubDate>Wed, 30 Jan 2013 22:53:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://www.appexperience.co.uk/?p=833</guid>
		<description><![CDATA[When I upgraded my provisioning certificate to distribute my iOS project in XCode I received the following error: Code Sign error: Provisioning profile 'App-name' has expired Even though I have [...]]]></description>
				<content:encoded><![CDATA[<p>When I upgraded my provisioning certificate to distribute my iOS project in XCode I received the following error:</p>
<p><code>Code Sign error: Provisioning profile 'App-name' has expired</code></p>
<p>Even though I have updated my developer certificate, renewed my distribution certificate and fully downloaded and re-added it to the organizer. Very puzzling! This turns out to be a &#8220;feature&#8221; of Apple&#8217;s development tools.</p>
<p>So here is how I fixed the issue:</p>
<p>1. Close down your problem XCode project.<br />
2. Open up Terminal and navigate to the directory containing your project, lets call it MyApp.<br />
3. MyApp.xcodeproj is actually a directory, so navigate inside it, <code>cd MyApp.xcodeproj</code><br />
4. Type: <code>sudo vi project.pbxproj</code>, and enter your admin password when prompted. You will be presented with project.pbxproj opened in the <a href="http://www.cs.colostate.edu/helpdocs/vi.html">vi editor</a>.<br />
5. Search for &#8216;/* Begin XCBuildConfiguration section */&#8217;<br />
6. Now delete every line you find starting with the key work: PROVISIONING_PROFILE, in vi &#8216;dd&#8217; is the command to delete the current line.<br />
7. Save the file and exit (Command :wq)<br />
8. Re-open MyApp&#8217;s XCode project and rebuild.</p>
<p>You should now have a fully working XCode project with an updated provisioning profile.</p>
<p>If you have any questions, please <a title="Contact Us" href="http://www.appexperience.co.uk/contact-the-app-experience/">contact me (John)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appexperience.co.uk/getting-xcode-to-recognise-a-new-provisioning-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking to re-design your homepage, here are some great examples</title>
		<link>http://www.appexperience.co.uk/looking-to-re-design-your-homepage-here-are-some-great-examples/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=looking-to-re-design-your-homepage-here-are-some-great-examples</link>
		<comments>http://www.appexperience.co.uk/looking-to-re-design-your-homepage-here-are-some-great-examples/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 13:11:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.appexperience.co.uk/?p=830</guid>
		<description><![CDATA[If you are looking to re-design your homepage. Here are 20 great examples. Further down the page there are also some examples to download. Click here to take a look.]]></description>
				<content:encoded><![CDATA[<p>If you are looking to re-design your homepage. Here are 20 great examples. Further down the page there are also some examples to download. Click <a href="http://blog.hubspot.com/blog/tabid/6307/bid/34095/20-Awesome-Homepage-Examples-to-Inspire-Your-Next-Redesign.aspx">here</a> to take a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appexperience.co.uk/looking-to-re-design-your-homepage-here-are-some-great-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Congratulations to Siana for winning Open Mic UK!</title>
		<link>http://www.appexperience.co.uk/congratulations-to-siana-for-winning-open-mic-uk/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=congratulations-to-siana-for-winning-open-mic-uk</link>
		<comments>http://www.appexperience.co.uk/congratulations-to-siana-for-winning-open-mic-uk/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 20:01:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.appexperience.co.uk/?p=826</guid>
		<description><![CDATA[Congratulations to Siana for winning Open Mic UK. She wins a shiney new mobile app for iPhone and Android, which will allow he to connect to her fans more effectively! [...]]]></description>
				<content:encoded><![CDATA[<p>Congratulations to Siana for winning Open Mic UK. She wins a shiney new mobile app for iPhone and Android, which will allow he to connect to her fans more effectively!</p>
<p>The Open Mic UK competition has been running for a number of months and seeks out the best of new music in the UK. The final took place yesterday evning in the O2 Arena, in London. The App Experience supports, both Open Mic UK and Live and Unsigned. Read further about Open Mic UK <a href="http://www.openmicuk.co.uk/news/view/1211/Siana-crowned-singing-competition-winner-of-Open-Mic-UK-at-The-O2-London?utm_source=twitterfeed&amp;utm_medium=twitter">here</a>!</p>
<p style="text-align: center;"><a href="http://www.openmicuk.co.uk"><img class="aligncenter size-full wp-image-827" title="OpenMicUKSm" src="http://www.appexperience.co.uk/wp-content/uploads/2013/01/OpenMicUKSm.jpg" alt="" width="200" height="163" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appexperience.co.uk/congratulations-to-siana-for-winning-open-mic-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Device Drivers</title>
		<link>http://www.appexperience.co.uk/mac-os-device-drivers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mac-os-device-drivers</link>
		<comments>http://www.appexperience.co.uk/mac-os-device-drivers/#comments</comments>
		<pubDate>Wed, 28 Nov 2012 10:16:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mac OS]]></category>

		<guid isPermaLink="false">http://www.appexperience.co.uk/?p=821</guid>
		<description><![CDATA[If you want develop device driver for the Mac OS, start with these two links: I/O Kit Device Drivers Design Guidelines: here Creating a Device Driver in XCode: here]]></description>
				<content:encoded><![CDATA[<p>If you want develop device driver for the Mac OS, start with these two links:</p>
<p>I/O Kit Device Drivers Design Guidelines: <a title="Here" href="http://developer.apple.com/library/mac/#documentation/DeviceDrivers/Conceptual/WritingDeviceDriver/Introduction/Intro.html">here</a></p>
<p>Creating a Device Driver in XCode: <a title="Here" href="http://developer.apple.com/library/mac/#documentation/Darwin/Conceptual/KEXTConcept/KEXTConceptIOKit/iokit_tutorial.html">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appexperience.co.uk/mac-os-device-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Minx&#8217;s App Popular</title>
		<link>http://www.appexperience.co.uk/the-minxs-app-popular/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-minxs-app-popular</link>
		<comments>http://www.appexperience.co.uk/the-minxs-app-popular/#comments</comments>
		<pubDate>Mon, 10 Sep 2012 12:44:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.appexperience.co.uk/?p=805</guid>
		<description><![CDATA[It has been little over a month since we launched the The Minx&#8217;s mobile app for them and it has become very popular. Fans can use this app to stay [...]]]></description>
				<content:encoded><![CDATA[<p>It has been little over a month since we launched the The Minx&#8217;s mobile app for them and it has become very popular. Fans can use this app to stay connected to the bands very latest updates and exclusive music (and videos) they make available. It pulls together all of the Bands social channels right into the palm of your hand, plus exclusive content that may only be available on the App.</p>
<p>The Banging Drums blog provides a good look into the band, their history and what they have planned for the future: <a href="http://bangingdrums.blogspot.co.uk/2012/08/the-minx.html">http://bangingdrums.blogspot.co.uk/2012/08/the-minx.html</a></p>
<p>You can download The Minx&#8217;s iPhone app <a href="http://itunes.apple.com/gb/app/the-minx/id542916346?mt=8&amp;ls=1">here!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appexperience.co.uk/the-minxs-app-popular/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MPMoviePlayerPlaybackDidFinishNotification not called</title>
		<link>http://www.appexperience.co.uk/mpmovieplayerplaybackdidfinishnotification-not-called/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mpmovieplayerplaybackdidfinishnotification-not-called</link>
		<comments>http://www.appexperience.co.uk/mpmovieplayerplaybackdidfinishnotification-not-called/#comments</comments>
		<pubDate>Wed, 15 Aug 2012 20:38:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://www.appexperience.co.uk/?p=799</guid>
		<description><![CDATA[Read this it will explain all: Notifies observers that the movie finished playing. The affected movie player is stored in the object parameter of the notification. The userInfo dictionary of [...]]]></description>
				<content:encoded><![CDATA[<p><code></code><br />
<strong>Read this it will explain all:</strong></p>
<p><em>Notifies observers that the movie finished playing. The affected movie player is stored in the object parameter of the notification. The userInfo dictionary of this notification contains the MPMoviePlayerPlaybackDidFinishReasonUserInfoKey key, which indicates the reason that playback finished. This notification is also sent when playback fails because of an error.</em></p>
<p><em>This notification is not sent in cases where the movie player is displaying in fullscreen mode and the user taps the Done button. In that instance, the Done button causes movie playback to pause while the player transitions out of fullscreen mode. If you want to detect this scenario in your code, you should monitor other notifications such as MPMoviePlayerDidExitFullscreenNotification.</em></p>
<p><strong>The problem is probably because you are running in fullscreen mode.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appexperience.co.uk/mpmovieplayerplaybackdidfinishnotification-not-called/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The official &#8216;The Minx&#8217; iPhone app is now live</title>
		<link>http://www.appexperience.co.uk/the-official-the-minx-iphone-app-is-now-live/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-official-the-minx-iphone-app-is-now-live</link>
		<comments>http://www.appexperience.co.uk/the-official-the-minx-iphone-app-is-now-live/#comments</comments>
		<pubDate>Mon, 23 Jul 2012 17:26:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.appexperience.co.uk/?p=788</guid>
		<description><![CDATA[The App Experience are pleased to announce the official &#8216;The Minx&#8217; app is now live on the iTunes app store (click here) and available for FREE to download. Here you [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.appexperience.co.uk/wp-content/uploads/2012/06/theminx.png"><img class="aligncenter size-full wp-image-782" title="theminx" src="http://www.appexperience.co.uk/wp-content/uploads/2012/06/theminx.png" alt="" width="178" height="181" /></a></p>
<p>The App Experience are pleased to announce the official &#8216;The Minx&#8217; app is now live on the iTunes app store <a href="http://itunes.apple.com/gb/app/the-minx/id542916346?mt=8&amp;ls=1">(click here)</a> and available for FREE to download.</p>
<p>Here you will be the first to know about all things The Minx including: gigs, releases and be available to view and hear special little things we won&#8217;t be uploading anywhere else. The App Experience are adding a special &#8216;Exclusive&#8217; tab, which will be updated regularly with new demos, videos, remix&#8217;s, etc. This content will not be available anywhere else.</p>
<p>This is another great example of the high quality apps we are producing for bands.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appexperience.co.uk/the-official-the-minx-iphone-app-is-now-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes Search API</title>
		<link>http://www.appexperience.co.uk/itunes-search-api/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=itunes-search-api</link>
		<comments>http://www.appexperience.co.uk/itunes-search-api/#comments</comments>
		<pubDate>Mon, 25 Jun 2012 10:14:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://www.appexperience.co.uk/?p=758</guid>
		<description><![CDATA[You can search iTunes by using an API and find elements like the Preview URL for songs: http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html Example search term to get a JSON version data for tracks http://itunes.apple.com/search?term=The+Minx+No+Friends]]></description>
				<content:encoded><![CDATA[<p>You can search iTunes by using an API and find elements like the Preview URL for songs:</p>
<p><a href="http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html">http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html</a></p>
<p>Example search term to get a JSON version data for tracks</p>
<p>http://itunes.apple.com/search?term=The+Minx+No+Friends</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appexperience.co.uk/itunes-search-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live and Unsigned Official Partner</title>
		<link>http://www.appexperience.co.uk/liveandunsigned/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=liveandunsigned</link>
		<comments>http://www.appexperience.co.uk/liveandunsigned/#comments</comments>
		<pubDate>Wed, 13 Jun 2012 20:18:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.appexperience.co.uk/?p=716</guid>
		<description><![CDATA[&#160; The App Experience, are offering a free App to the Live and Unsigned 2012 winner. The App Experience is partnering Live and Unsigned UK. It is the UK’s largest [...]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong>The App Experience, are offering a free App to the Live and Unsigned 2012 winner.</strong></p>
<p>The App Experience is partnering Live and Unsigned UK. It is the UK’s largest national music competition for original unsigned acts and bands, over 40,000 musicians from across the country enter every year. We are providing our latest product, FanApp, as part of the main prize for the winning band or act.</p>
<p>We have launched the music specific App, FanApp, to boost bands ability to connect with their fans and this year’s competition winner will be able to look forward to having their own custom app.</p>
<p><strong>Use Your App To Communicate With Your Fans</strong></p>
<p>FanApp takes all of your usual communication methods, like Facebook, Twitter, YouTube, Instagram, SoundCloud and Reverbnation and puts them together in one place.  There is also the option for a manual feed, powered by your own unique web portal, that will allow you to put exclusive content onto the App, making it THE place to visit for your fans.</p>
<p>The App is available for the iPhone and Android as recent stats show that average daily usage of Apps is now 81 minutes (up from 43 minutes in 2010*, which is outstripping both desktop and mobile web usage), having an App as part of your communication mix is starting to be one of the best ways to connect with your fans.</p>
<p>So whether you are an up and coming band, yet to break through, or you’re an established band that wants a different way of communicating with your fans, FanApp from The App Experience will allow you to take advantage of this increasing mobile App usage, building even greater loyalty and support from your fan base.</p>
<p><strong>FanApp from The App Experience</strong></p>
<p>With over 10 years mobile phone development experience, The App Experience can produce Apps for all mobile phone platforms including iPhone, Android and Blackberry.</p>
<p>FanApp was launched by The App Experience when 2010’s Live and Unsigned winners, The Lottery Winners, asked for help in promoting their band.  With their input, we developed a format that includes all of their current promotional channels, but also allows scope for extra’s, news that is only available on this App.  Thom from The Lottery Winners had this to say about their App:</p>
<p>“Keeping up with technology is absolutely essential these days, and what better way than with an app. We always aim to be accessible to our fans, and ensure that they are always kept in the loop. We are absolutely thrilled with our App, and with The App Experience and we think that any other bands would be too!”</p>
<p>We are huge music fans and want to help up and coming bands, so our pricing structure has been designed to be as affordable as possible.  Contact us for more information.</p>
<p><strong>To see the article from the Live and Unsigned website: <a href="http://www.liveandunsigned.uk.com/news/view/1097/Music-app-for-bands-and-acts-to-be-awarded-to-Live-and-Unsigned-winner">click here</a></strong></p>
<p><a href="http://www.liveandunsigned.uk.com/news/view/1097/Music-app-for-bands-and-acts-to-be-awarded-to-Live-and-Unsigned-winner"><img class="wp-image-718 aligncenter" title="Live &amp; Unsigned grunge flag master_280pxwidth" src="http://www.appexperience.co.uk/wp-content/uploads/2012/06/Live-Unsigned-grunge-flag-master_280pxwidth.jpg" alt="" width="159" height="154" /></a><br />
* Source: Guardian.co.uk</p>
<div>
<p>&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.appexperience.co.uk/liveandunsigned/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
