ResultStatus{statusCode=FORBIDDEN, statusMessage=App doesn't have required permission: package com.company.pos does not have permission EMPLOYEES_R}
I created an application and side loaded to one of the devices associated to "TESTMERCHANT1" i created. Application works fine and i was able to access SDK methods.
Then i created a new "TESTMERCHANT2" and side loaded same apk to a new device associated to the new merchant account. I am getting the above mentioned error which clearly says FORBIDDEN.
What am i doing wrong