Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple Pay entitlement is required even when not used #207

Closed
addoshi opened this issue Aug 19, 2015 · 8 comments
Closed

Apple Pay entitlement is required even when not used #207

addoshi opened this issue Aug 19, 2015 · 8 comments

Comments

@addoshi
Copy link

addoshi commented Aug 19, 2015

Using stripe-ios 5.1.2

Upon submission to Apple, got the message:

We have discovered one or more issues with your recent delivery for "Kitchensurfing". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

Missing Entitlement - App contains references to [Apple Pay] in 'Kitchensurfing', but is missing the required entitlement 'com.apple.developer.in-app-payments'.

Previously, this entitlement was not necessary. Looks like importing ApplePay frameworks is now part of the Core spec.

s.subspec 'ApplePay' do |ss|
    # This has been merged with the core subspec and is now empty; it's still around to avoid breaking legacy Podfiles.
    ss.dependency 'Stripe/Core'
  end

Do you have any suggestions to get around this issue?

@jflinter
Copy link

Hey @addoshi,
We were under the impression that Apple had ceased sending these warnings, and have reached out to them to see what the status is. In the meantime, the email is just a warning, and will in no way affect your App Store submission.

@jflinter
Copy link

Hey @addoshi,
We've heard back from Apple - they won't be sending these emails anymore. Sorry for any trouble!

@addoshi
Copy link
Author

addoshi commented Aug 21, 2015

Thanks for following up.

@jflinter
Copy link

No problem!

On Fri, Aug 21, 2015 at 11:55 AM, Anup Doshi notifications@github.com
wrote:

Thanks for following up.


Reply to this email directly or view it on GitHub
#207 (comment).

@Legoless
Copy link

Just a note, we got "Metadata rejected" because of this:

Information Needed

We began the review of your app but aren't able to continue because we need additional information about your app.

At your earliest opportunity, please review the following question(s) and provide as much detailed information as you can. The more information you can provide upfront, the sooner we can complete your review.

Does the app currently have Apple Pay functionality? If so, please provide detailed steps on where to find the Apple Pay functionality in the app.

Once you reply to this message in Resolution Center with the requested information, we can proceed with your review.

We do not use Apple Pay.

@addoshi
Copy link
Author

addoshi commented Aug 27, 2015

Update: The review went through without any further issues.

@jflinter
Copy link

@Legoless, how did your review go? I'm going to reach out to Apple about this as well.

@Legoless
Copy link

We went through review afterwards successfully. Looks like it just depends on which reviewer do you get. @addoshi

davidme-stripe pushed a commit that referenced this issue May 6, 2021
* Add Done return key to postal code field

* Trim whitespace from postal code

* Limit US postal code to 5 digits. Update tests

* Update invalid snapshot test becuase we can't set invalid text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants