<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>MyApp</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>promission to save data </string>
</dict>
</plist>
And you put it in main just under project properties. I think though that this is much easier since there is already a property where you will define this.
And you put it in main just under project properties. I think though that this is much easier since there is already a property where you will define this.