Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8929733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:44:18+00:00 2026-06-15T08:44:18+00:00

Got a general question(s) for you on implementing a free and paid version of

  • 0

Got a general question(s) for you on implementing a free and paid version of an app.
I have it setup now where I have 2 targets within the 1 app/project and I specify with the def syntax for what is in the lite vs paid version.
It works and runs both targets.

1) How do I have the user purchase the paid app directly from the free version? (Found multiple older articles saying linking is fine and others saying that will get rejected and must use in-app purchase)
Can I use a link tied to a tab bar item or button like this,

NSString *iTunesLink = @"http://itunes.apple.com/gb/app/wired-news-uk/id435728870?mt=8";
[[UIApplication sharedApplication]
 openURL:[NSURL URLWithString:iTunesLink]];

OR do I need to implement the storekit for an In-App purchase?

2) I was going to put a new Tab Bar item at the bottom (to link to paid version) – haven’t tried yet but I should be able to setup the tab bar one way for the free version and another way for the paid version, correct? Essentially, hiding the tab bar item to purchase the paid version once upgraded.

3) Submitting each app (free and paid) version to the app store – I’m assuming I will be able to set the target and archive the binary for upload for each, right? Two separate app submissions in itunesconnect?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T08:44:20+00:00Added an answer on June 15, 2026 at 8:44 am

    I have several Lite/Paid app pairs in the app store (all were originally created before IAP existed). I’ve made many updates to these apps over the years so it seems Apple is fine with the idea in general, if you do it right.

    1) You can’t actually purchase the paid app from inside the free app. The best you can do is send the user to the store for your paid app.

    2) That should work. In one of my apps, I have an extra icon in the main toolbar that brings the user to the app store page for the paid app.

    3) Yes, you submit two completely separate apps. You setup two apps in iTunes Connect each with their own unique app id.

    A single project with two targets is the easy and proper way to setup your code. For me, I do two archive builds, setup two apps or app updates in iTunes Connect, and submit the two apps/updates to iTunes Connect. I always keep both apps in perfect sync. Apple always seems to review them together and always pushes them out to the store at roughly the same time. Only once did the two get approved more than an hour or two apart.

    The main thing you must be careful with is the free version. It can be “Free” or “Lite” but not “Demo”. The free version must fully function. DO NOT have any UI elements in the free version that are disabled because they only work in the paid version. It will get rejected. If it doesn’t work in the free version, make no mention of it at all in the free version.

    Most of my app pairs, the free version allows for limited data compared to the paid version. When the user attempts to add data beyond this point, I popup an alert with a nice reminder that the free version a limit and offer them the chance to upgrade. Other than this, there is no other annoying popups offering the paid version. It’s OK to have a button or whatever in the free app to let the user upgrade, just don’t shove it their face or popup any sort of reminder after X uses or time. A free version of an app must fully function in its own right.

    Here’s my take on free/paid app pairs versus IAP:

    Cons of IAP:
    – No promo codes for IAP
    – You can’t make IAP free for some period of time (sale or whatever)
    – Free apps tend to get lower ratings because any yahoo can download.
    – Extra coding for IAP

    Cons of free/paid pair:
    – Two targets, two app releases, two sets of images, two sets of stuff in iTunes Connect
    – Split downloads and ratings/reviews.

    Personally, since I’ve been doing this for several years now, the extra effort of submitting two apps is trivial.

    Edit:

    One thing I forgot to mention – there is still no guarantee that Apple will accept the apps this way. But there are plenty of examples of such apps so it should be OK if done correctly.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I got more of a general question. Instead of a tableview I have a
I've got a general curiosity question. Say I have 1 master server (for writes)
I had a general question earlier and got great responses, but now (even though
this time I got a more general question. Should I use multiple views rather
I have a general IO question. I was trying to replace a single line
A general question for advice on the implementation. I've got a collection bound to
I've got a general question illustrated with a concrete example. How much would you
I have a general question about writing init methods in Objective-C. I see it
I have some general question about Objective C, I have read the basics of
I've got a question about Google App Engine and querying the datastore. Suppose I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.