From aaa0d2237e45a9724b1fce9def3b3b0bb2ffe6bc Mon Sep 17 00:00:00 2001 From: Jason Salaber Date: Tue, 16 Apr 2019 10:41:48 -0400 Subject: [PATCH] Fixed prod devices being counted as dev devices (#3) * Fixed prod devices being counted as dev devices * upped vernum --- .../framework/taplytics/TaplyticsPrivateAPI.brs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/components/framework/taplytics/TaplyticsPrivateAPI.brs b/source/components/framework/taplytics/TaplyticsPrivateAPI.brs index badff5f..c2d578f 100644 --- a/source/components/framework/taplytics/TaplyticsPrivateAPI.brs +++ b/source/components/framework/taplytics/TaplyticsPrivateAPI.brs @@ -1,5 +1,5 @@ function init() - m.TAP_SDK_VERSION = "1.1.0" + m.TAP_SDK_VERSION = "1.2.0" m.top.id = "tap" m.messagePort = _createPort() @@ -126,7 +126,7 @@ end function function Taplytics() as Object prototype = {} - prototype.TAP_SDK_VERSION = "1.1.0" + prototype.TAP_SDK_VERSION = "1.2.0" prototype.PLAYER_SOFTWARE_NAME = "RokuSG" prototype.TAP_API_VERSION = "2.0" prototype.PLAYER_IS_FULLSCREEN = "true" @@ -237,11 +237,11 @@ function Taplytics() as Object 'dev - live update manually set (from starting options) / 1/0 if m._sessionProperties.is_dev requiredParamaters.rm = 1 - requiredParamaters.lv = 0 + requiredParamaters.lv = 1 requiredParamaters.dev = 1 else requiredParamaters.rm = 3 - requiredParamaters.lv = 1 + requiredParamaters.lv = 0 requiredParamaters.dev = 0 end if