Hello fellows, I noticed there is an error using new changes on the mParticleCore.brs.
This commit 3bb84c0 doesn't include change from:
info = CreateObject("roAppInfo")
to:
info = CreateObject("roDeviceInfo")
Line 577 and line 903.
The GetOSVersion() is not the part of the roAppInfo object, it is a part of a roDeviceInfo object.
Thanks in advance!