I'm working on Sandbox environment and using Flex device. We getting same subscription_id even I switch to other subscription we getting subscription_id by default for tire1. In our application we have total 6 tire.
AppSubscription subscription = app.getCurrentSubscription(); sub_id = subscription.getId();
Above method giving by default tire1 ID whenever I switch to other subscription sub_Id remain same every time.
Can you please advice me how fix this ?