We are setting the bundleVersion in the awake of our starting class,
This is so, because the version number is generated by Jenkins (ci) at compilation time.
The new value is not taken into account when sending the statistics.
As a workaround we are changing the execution order, delaying the GoogleAnalyticsV4 awake, but it is expected that data can be changed before calling StartSession()
We are setting the bundleVersion in the awake of our starting class, This is so, because the version number is generated by Jenkins (ci) at compilation time.
The new value is not taken into account when sending the statistics.
As a workaround we are changing the execution order, delaying the GoogleAnalyticsV4 awake, but it is expected that data can be changed before calling StartSession()