ios - App with iAd and App without ad should in different projects? -
here question, made app , put on appstore, wish charge version without iad 69p ...and version iad built in free...
so, should make 2 separte projects each version? , how make free version iad should pop alert recommend user go appstore buy ad free version? normal uialertview delegate method call app store or open uiweb in browser? how implement that?
any suggestions ?thank much
you can use compiler flags wrap around code can have 1 source, , create multiple targets same project , build multiple apps (with different app identifiers , everything).
however, causes have manage 2 different apps in app store (entering same meta data twice), , deal review process on 2 different apps.
also, people might skip on paid version, whereas have installed free version, , upgraded later.
i recommend have 1 source, 1 project, 1 target, , 1 app in app store , use in app purchases (iap) turn off advertisements.
Comments
Post a Comment