userDefaultsSuiteName property

String? userDefaultsSuiteName
getter/setter pair

iOS-only, will be ignored for Android. Set this if you would like the RevenueCat SDK to store its preferences in a different NSUserDefaults suite, otherwise it will use standardUserDefaults. Default is null, which will make the SDK use standardUserDefaults.

Implementation

String? userDefaultsSuiteName;