Contents

catalogRegion

A country code for the device’s current region.

Declaration

nonisolated final var catalogRegion: String? { get async }

Mentioned in

Discussion

This property returns the device’s current country code based on its region setting, for example, ie for Ireland, and jp for Japan.

Apps that reside on an alternative app marketplace can have varying availability based on region, so the marketplace can use the country code to decide which set of apps, or catalog, to offer a person for installation.

This property is nil if the app isn’t an alternative app marketplace.