Promoting Your Other Apps Within Your Apps

First off, Happy Thanksgiving to my American readers. And a happy Thursday to everyone else. Iā€™m sitting here on Thursday morning drinking coffee and eating Sticky Buns (kind of like gooey doughnuts). Itā€™s been a hectic week of family and travel, so please forgive me if this is not the most verbose post.

Showing your other applications within each of your applications (wow, the word application is starting to lose meaning) can have a tremendous impact on your sales. Itā€™s a great way to promote your other apps for free and will give them much more exposure across a wider audience. Moving all of the promotion logic out to the web allows you to dynamically add and remove apps from the view without updating your apps in the store.

[Insert Cool Graph Backing This Statement Up Here] //Iā€™m not that cool yet :(

We have seen this in many popular apps. Here is a screenshot from an iDevBlogADay veteran Owen Goss promoting his other applications from inside of LandFormer.

We are going to learn how to make something similar and I will provide you with a web template as well as the view controller to load it.

Download The Template

So, Iā€™m sure there are a million more ā€œelegantā€ ways to display your apps, but I went for super simple. So, 1337 web dev idevblogadayers, please go easy on me in the comments. Download the code below and look in the Web folder.

Download The Code Files Here

Here is a screenshot of what the template will look like:

It will also work in portrait mode.

Upload The Template Files To Your Web Server And Replace My Sample Data

If you have your own website (which you probably should šŸ˜‰ ), upload the template files to a subdirectory. If not, or you donā€™t want to waste bandwidth on it, you can always host the files on Dropbox.

Next, upload your icons (the template auto rounds the corners so you can just use the oneā€™s bundled with your app) and replace my sample images with yours.

Finally, replace the URLā€™s with the URLs to your applications. You can also add/remove table cells to match the number of applications you are promoting.

Add The Promotion Code To Your iPhone App

Look in the iPhone folder from the unzipped file you downloaded above and copy the following 3 files into your project:

Check the box to copy them into your project folder when prompted.

We will now take a look at how to display the promotion view when a button is clicked.

<code class=ā€™objcā€™>- (IBAction) moreAppsTouched:(id) sender {
    PromotionViewController *controller = [[PromotionViewController alloc]
        initWithNibName:@"PromotionViewController"
        bundle:[NSBundle mainBundle]];
    controller.promotionAddress = @"http://brandontreb.com/apps/idevblogaday/promotion.html";
    [self presentModalViewController:controller animated:YES];
    [controller release];
}</code>

Make sure you set controller.promotionAddress to the web address of your promotion.html file.

And there you have it! When the user tapps on a button it will display our promotion view modally and will load up your promo page. I have provided a sample application that pulls up the promotion view when a button has been clicked.

Download The Sample App Here

If you have any questions or comments, feel free to leave them in the comments.

Happy Coding!

—-

ļ»æļ»æThis post is part of iDevBlogADay, a group of indie iOS development blogs featuring two posts per day. You can keep up with iDevBlogADay through the web site, RSS feed, or Twitter.



#iDevBlogADay
Brandon Trebitowski

šŸ’» Software šŸ• Outdoors šŸ  Family šŸƒā€ā™‚ļø Fitness