My idea is make an app and the PRO version of the same app. but, instead of to make two different apps by xcode, is possible to give some features linked with the bundle identifier?
for example:
if (CFBundleIdentifierName==appPRO){
}
(this is not working, of course..)
thanks