I've just had my free app rejected for the following reason
Basically I have a list of drivers that instead of linking to their profiles as per the paid app it links to a view with a link to the paid app.
Therefore if I remove the Constructors and Drivers tabs completely I'm guessing it will be ok. However would I be allowed a tab, named 'Pro' for example on my UITabBarController that displays the view that includes the link to the paid app or would that still fall under up-selling?
We've completed the review your app but cannot post this version to the App Store because it provides a reduced feature set and it up-sells to a separate, more feature-rich version. This behavior is not in compliance with the App Store Review Guidelines <https://developer.apple.com/appstore/resources/approval/guidelines.html>:
2.9 ****Apps that are "beta", "demo", "trial", or "test" versions will be rejected
We have included additional details below to help explain the issue and hope you'll consider revising and resubmitting your application.
When the user selects an item from the Constructors or Drivers section, a link to download the full version from the App Store is provided.
You may wish to consider using In App Purchase to automatically enable other application features to create a seamless, in app experience for your users. Rather than having them find, purchase, and download your other application from the App Store, you will provide a better experience from both a selling & purchasing perspective using the In App Purchase API.
Basically I have a list of drivers that instead of linking to their profiles as per the paid app it links to a view with a link to the paid app.
Therefore if I remove the Constructors and Drivers tabs completely I'm guessing it will be ok. However would I be allowed a tab, named 'Pro' for example on my UITabBarController that displays the view that includes the link to the paid app or would that still fall under up-selling?