I need iOS storage permission to store data.
I tried with following, but nothing helps
-
adding additional plist data in project setting.
-
Manually adding the info.plist file.
NSCameraUsageDescription
camera description.
NSPhotoLibraryUsageDescription
photos description.
NSPhotoLibraryAddUsageDescription
photos add description.
UIFileSharingEnabled
Is there anything that I am missing? Is there any node in blueprint to ask for permission like android node have?
[link text][2]