Coder Social home page Coder Social logo

Comments (3)

BalestraPatrick avatar BalestraPatrick commented on May 18, 2024

I just tested it and I'm able to get back my 3 certificates with the following snippet:

provider.request(APIEndpoint.listDownloadCertificates()) {
    switch $0 {
        case .success(let response):
            print(response)
        case .failure(let error):
            print(error)
    }
}

The interesting thing is that the App Store Connect API only seem to return certificates which have a specific platform. So as you can see from the following picture, the certificates with platform set to "All" are not returned at all from the API.

Screen Shot 2020-01-07 at 10 07 23 AM
What's the platform of the certificates that you're expecting to be returned?

from appstoreconnect-swift-sdk.

florinmatinca avatar florinmatinca commented on May 18, 2024

Thanks a lot for your help.

Indeed, I had all the certificates for all platforms. However, there is one for push notifications associated with iOS, still, it's not visible in the response.

from appstoreconnect-swift-sdk.

BalestraPatrick avatar BalestraPatrick commented on May 18, 2024

Unfortunately, I think that's an issue with the App Store Connect API. The default request that we send is pretty standard with no parameters or filters, so if the API doesn't return the push notification certificate, there's not much we can do from our side. I suggest trying to reproduce the issue directly with the App Store Connect API (using Paw or something else to limit the variables in play) and file a radar with Apple about it.

Let me know if you find out something more and I'm happy to reopen this issue if you think it's a bug in our SDK and the App Store Connect API actually return it in the results.

from appstoreconnect-swift-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.