flutter-plugin icon indicating copy to clipboard operation
flutter-plugin copied to clipboard

Apple Pay Integration

Open ncamson2 opened this issue 10 months ago • 0 comments

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

ncamson2 avatar Apr 21 '24 14:04 ncamson2