How to localise a string inside the iOS info.plist file?

后端 未结 12 1834
难免孤独
难免孤独 2020-11-22 17:13

As you might know the iOS 8 requires NSLocationWhenInUseUsageDescription key for using user\'s location. I have added this key and some gen

12条回答
  •  长发绾君心
    2020-11-22 17:44

    If something is not working make sure you added:

    "Localized resources can be mixed" = YES

    into the info.plist. In my case the InfoPlist.strings files were just ignored.

提交回复
热议问题