I uploaded all the metadata to appstore including Screenshots, App review information , Rating and all other things but unable to get any command to pass the Trade Representative Contact Information using Fastlane/Deliver.
Asked
Active
Viewed 278 times
1 Answers
2
you should add in your Deliverfile something like this
trade_representative_contact_information(
first_name: "Alex",
last_name: "Kosyakov",
address_line1: "Nevsky pr., 1",
address_line2: "",
address_line3: "",
city_name: "Saint-Petersburg",
state: "",
country: "Russia",
postal_code: "190000",
phone_number: "+7921XXXXXXX",
email_address: "blabal@gmail."
)

Alex Kosyakov
- 2,095
- 1
- 17
- 25
-
Worked for me, I added this in Deliverfile – Rohit_RK Nov 17 '17 at 17:35