applicationUsername property

String? applicationUsername
final

An opaque id for the user's account.

Used to help the store detect irregular activity. See applicationUsername for more details. For example, you can use a one-way hash of the user’s account name on your server. Don’t use the Apple ID for your developer account, the user’s Apple ID, or the user’s plaintext account name on your server.

Implementation

final String? applicationUsername;