mParticle/mparticle-roku-sdk

Remove Other Deprecated Methods - name of the component

Opened this issue · 1 comments

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!

Also happening on my side.
GetOSVersion() is not part of the roAppInfo interface.

Screen Shot 2022-07-13 at 11 54 06 AM