We have been building an app for the last several months and it's been working fine on our device kits both clover mobile and mini, but when we submit the app for production approval they told us the app crashes while clicking on a button. the button simply does the following asynchronously
1- Save an order using orderconnector sdk object. 2- call a payment activity using Intents.ACTIONSECUREPAY 3- retrieve order details using rest api with URLConnection object.
Could you help us figure out why it does crash with the app approval guys when it works on our sandbox dev kits and how could we debug such situation when they don't seem to be able to send us log file, which make the process really matter of guessing and trial and error, not to mention that its their problem when an app works on dev kit and fails to behave the same on production units, the whole purpose of buying dev kits is to avoid such situations.
Someone's quick response is greatly appreciated