Skip to main content

Renamings

In this major version, we have renamed several entities and public methods to make our namings more clear. To make everything work just change all the occurrences from the left column of the table below to the new ones.

User properties changes

In addition to the above renamings we have added a new class QONUserProperty, containing both the property key and its value. This class will be used in the new Qonversion method userProperties, which will return all the properties set for the current user.
QONUserProperties class returned as the successful result of userProperties contains several useful fields and methods to get all the types of properties you may want: The last change here is that we’ve enriched QONUserPropertyKey enum with several values:
  • added new property keys FacebookAttribution and AppSetId, which is used on Android but can be received on iOS due to cross-platform user management;
  • added a Custom key to represent all the custom properties.

[Aug 2023] Migration Guide Android 6.+ migration guide