In-App Purchase basic app with additional premium features app in iOS -


i'm trying create application iap enabled. testing i'm creating sample application first.

what need releasing small size application minimum features first , if user willing use features needs use iap.

my question is, how can link full feature application inside basic application ?

if clarify situation more, need have single application visible in app store name of "myappname" , basic application. need upload product app source code?

in itunes connect have added details basic app (myappname). in features category, have given details product app. i'm not clear related code should uploaded review.

is product means, different app different bundle id need add itunes connect new app?

my product not assets code related augmented reality , it's related libraries.

according apple documentation think scenario downloading whole new application enabled features apple's server.

i hope guys can understand scenario now. hope can implement.

there 2 ways achieve goal.

  1. put single app , implement in-app purchase provide features. if user purchase in-app purchase in app hidden feature available them.

    • for option, have upload app features user able access of desire features after purchasing of iap.
  2. put 2 apps on store. 1 app limited features , second app full features.

    • you may set different price both apps per requirements.

Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -