In the below piece of code api call
final AppsConnector appsConnector = new AppsConnector(context, account);
...
......
...........
appsConnector.logMetered("yourMeterId", 1);
...
......
...........
As I am getting client exception so i want to know that is the "meteredId" different for sandbox and production or is it the same ?