Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

In-App items support #134

Open
oorlov opened this issue Aug 27, 2013 · 1 comment
Open

In-App items support #134

oorlov opened this issue Aug 27, 2013 · 1 comment

Comments

@oorlov
Copy link
Contributor

oorlov commented Aug 27, 2013

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
Copy link
Contributor Author

oorlov commented Nov 8, 2013

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>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant