Version property

+(NSString *)version;

The read-only version class property on the AppConnect class contains an NSString value. The value reflects the version of the AppConnect library that the app is working with.

A best practice is to report the AppConnect library version number on your app’s About page. This information is useful to support organizations if a device user has any issues with the app.

Use the following to get the version value:

 

[AppConnect version]