stripe-react-native icon indicating copy to clipboard operation
stripe-react-native copied to clipboard

Exclude Apple pay or PassKit framework from the generated binary

Open nfmshow opened this issue 6 months ago • 1 comments

Is it possible to exclude apple pay in an expo workflow. We only intend to use this library in our android build, we already use apple in app purchase services for our ios builds. The problem is that apple pay dependencies still gets bundled and our ios app binary gets rejected when we submit it to app store connect.

This is the rejection message

"The app binary includes the PassKit framework for implementing Apple Pay, but we were unable to verify any integration of Apple Pay within the app."

Is there a way to specify that apple pay should be excluded.

nfmshow avatar May 17 '25 20:05 nfmshow

Is it possible to exclude apple pay in an expo workflow. We only intend to use this library in our android build, we already use apple in app purchase services for our ios builds. The problem is that apple pay dependencies still gets bundled and our ios app binary gets rejected when we submit it to app store connect.

This is the rejection message

"The app binary includes the PassKit framework for implementing Apple Pay, but we were unable to verify any integration of Apple Pay within the app."

Is there a way to specify that apple pay should be excluded.

did you find solution for this

imraann0 avatar Jun 19 '25 14:06 imraann0

+1

UsamaAshraf82 avatar Sep 02 '25 15:09 UsamaAshraf82