Coder Social home page Coder Social logo

Comments (7)

brandon-carpenter avatar brandon-carpenter commented on April 20, 2024 2

When I've encountered this error, it was due to missing information under App Review Information in Appstore Connect. You may need to update your metadata

from fastlane.

jhong70 avatar jhong70 commented on April 20, 2024 2

Just came across this issue myself. The problem is that you haven't provided any app review information before, given this is a new app.

Based on the stack trace, set_review_attachment_file will fetch review info from App Store Connect and unsafely try to convert the response to a string. If you haven't set any review info before, the response will be null and cause the exception you're seeing.

Furthermore, set_review_information is called right before set_review_attachment_file. If you had existing review info in App Store Connect or provided it via the fastlane deliver action, the process would've ran just fine.

So to fix, provide the app review information in the associated text files in your deliver metadata folder, or provide the information via app_review_information within the Deliverfile OR update your app review info directly in App Store Connect and you won't face this issue again.

See the documentation for fastlane deliver for how to get that setup.

from fastlane.

Corkeries avatar Corkeries commented on April 20, 2024

Without thinking, I compiled a version of my app using a "temporary self-signed certificate" (that's what Intell-J calls it anyway), and after testing locally I decided to upload that exact same APK to the Google play developer console for a proper beta test.

uspayserv.com

from fastlane.

fastlane-bot avatar fastlane-bot commented on April 20, 2024

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest fastlane version and check if that solves the issue. Let us know if that works for you by adding a comment 👍

Friendly reminder: contributions are always welcome! Check out CONTRIBUTING.md for more information on how to help with fastlane and feel free to tackle this issue yourself 💪

This issue will be auto-closed if there is no reply within 1 month.

from fastlane.

vanniktech avatar vanniktech commented on April 20, 2024

Yeah still an issue

from fastlane.

OriTheElf avatar OriTheElf commented on April 20, 2024

This answer might help: https://stackoverflow.com/questions/53326492/error-itms-90592-invalid-export-compliance-code-when-uploading-to-app-store
For me, I just delete the ITSAppUsesNonExemptEncryption key-value pair in the Info.plist file.

from fastlane.

vanniktech avatar vanniktech commented on April 20, 2024

You're right. This was an error on my side. A better error message would be nice though.

from fastlane.

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.