At the moment I have copied and paste into a file the drop-down list that appears when clicking on "Other Currencies" when adding a new In-app purchase.
Then I parsed the file in python, using regex and extracted the following:
{'AED',
'AUD',
'BGN',
'BRL',
'CAD',
'CHF',
'CLP',
'CNY',
'COP',
'CZK',
'DKK',
'EGP',
'EUR',
'GBP',
'HKD',
'HRK',
'HUF',
'IDR',
'ILS',
'INR',
'JPY',
'KRW',
'KZT',
'MXN',
'MYR',
'NGN',
'NOK',
'NZD',
'PEN',
'PHP',
'PKR',
'PLN',
'QAR',
'RON',
'RUB',
'SAR',
'SEK',
'SGD',
'THB',
'TRY',
'TWD',
'TZS',
'USD',
'VND',
'ZAR'}
I need to know the currencies supported by in-app purchase because apple is forcing me to use in-app purchase for a marketplace app.
Does the iPhone support more currencies than the one supported by in-app purchase?
A seller should not be able to set a price in a currency not supported by in-app purchase.
Are all the currencies supported by an iPhone (ios >= 13) and the currencies supported by in-app purchase exactly the same?
Selecting any option will automatically load the page