google-pay / flutter-plugin

Apache License 2.0
145 stars 129 forks source link

Apple Pay Integration #255

Closed ncamson2 closed 6 months ago

ncamson2 commented 7 months ago

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.

`NSPhotoLibraryAddUsageDescription

Save Photos To Camera Roll
    <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