We are having an issue reading Customer information from an Order in a custom tender app. Although everything works great with our DevKits, the feature fails in production with our customers.
OrderConnector.getOrder(o).getCustomers()
We discovered that our app did not have the Customer READ permissions and have since added that, but the production behavior did not improve. That also raises the question of why this ever worked on our DevKits.
Questions:
1. Anything obvious being missed here? I'm a veteran developer but relatively new to Android.
2. Recommendations for production debugging?
Thanks.