1

How can I use the --app_review_information parameter from the command line?

The documentation says:

--app_review_information Metadata: A hash containing the review information

How can I hash the contact info as command line param?

I don't use Deliverfile.

Any example?

Thanks in advance!

mokagio
  • 16,391
  • 3
  • 51
  • 58
gran33
  • 12,421
  • 9
  • 48
  • 76
  • I have looked a bit in the source files and I didn't notice any `String` to `Hash` conversion when executed from the command line... You could use a script that 1) generates a throwaway `Deliverfile` with the review information, 2) runs deliver, 3) removes the `Deliverfile`. – mokagio Dec 30 '15 at 21:21
  • You should probably ping Felix, the author, on Twitter https://twitter.com/krausefx – mokagio Dec 30 '15 at 21:23

1 Answers1

0

You can't.

Create a Deliverfile with just the app_review_information, fastlane will use what is in the Deliverfile and the others parameters in the command.

dam1
  • 3,536
  • 3
  • 22
  • 18