I use image picker and gallery saver in my project. But I don’t know how to give permission for iOS I know how add permission in Android but I can’t understand where I put permission and what permission I want for camera and gallery. I completed Android permission but I don’t know how I put permission on iOS.
Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
Open the Info.plist file in the ios/Runner folder of your Flutter project.
You need the edit the
Info.plist
file in your XCode project like here or here