In-App items support
oorlov opened this issue · 1 comments
oorlov commented
Apple Appstore supports CSV files to upload batch of SKUs. It's convenient if you need to promote your app by short-time discount for items.
Use case:
- open your SKU list in excel
- decrese prices in 2 times
- export to CSV
- send CSV to Store via uploader
- after 7 days increase price in 3 times and repeat
oorlov commented
Suggestions:
.appdf / products.xml (additional file allows to upload it separately in case of discounts)
<products>
<product
productId="sku_gas"
type="inapp"
title="Some Gas"
description="Fulfil tank for 1/4">
<prices>
<price currency="USD" value="0.99"/>
<price currency="NOK" value="3.99"/>
</prices>
</product>
...
</products>