flutter-plugin
flutter-plugin copied to clipboard
Apple Pay Integration
First time reporting an issue, but felt as if it were necessary as it would've saved me days. When adding Apple Pay you must add the following to your info.plist on the Apple Side regardless if you plan on implementing scanning of credit cards I believe.
<key>NSPhotoLibraryAddUsageDescription</key> <string>Save Photos To Camera Roll</string> <key>NSCameraUsageDescription</key> <string>This app can use the camera to scan payment cards if you choose to use this feature.</string> <key>CADisableMinimumFrameDurationOnPhone</key>
If this is not added, an invalid binary issue will be reported when attempting to upload a build to testflight