I am uploading in app products into the app store by using a transporter for my app.
So I have constructed metadata XML with all mandatory fields.Here I need to pass pricing information(Price tier) for all 175 territories.
I have a US territory pricing amount. (Ex: 0.99 USD). From this how to calculate price tier value for all 175 territories.
<price>
<territory>US</territory>
<tier>2</tier>
</price>
<price>
<territory>AO</territory>
<tier>2</tier>
</price>
Someone please clarify this.
So I have constructed metadata XML with all mandatory fields.Here I need to pass pricing information(Price tier) for all 175 territories.
I have a US territory pricing amount. (Ex: 0.99 USD). From this how to calculate price tier value for all 175 territories.
<price>
<territory>US</territory>
<tier>2</tier>
</price>
<price>
<territory>AO</territory>
<tier>2</tier>
</price>
Someone please clarify this.