简体   繁体   中英

Separate Settings.bundle for different iOS versions

After updating to iOS 8 the app has Notifications privacy settings, but for previous versions (iOS 7) I added such an option manually in Settings.bundle. Now it is useless because of the built-in settings but I would like to keep it for previous versions of iOS.

I only managed to duplicate my target for this reason, so now I have two targets and each of them has its Setting.bundle. It works like this, but this means I will have two different production builds which is not practical.

Is there any possibility to add or filter out options in Settings.bundle based on the iOS version? Because some options I still want to keep them for previous versions.

不可以,因为同一个应用程序可以在所有不同的iOS版本上运行,并且每个应用程序只能包含一个settings.bundle。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM