I am attempting to set up the notification api based on the following example: https://github.com/clover/android-exa... Once I implemented the solution I upload the APK and request approval. I then run the code on my clover mobile and attempt to make the rest call to the notification through the web page: https://sandbox.dev.clover.com/api_do... I have the API token and merchant ID set at the top of the page along with the app ID from the submitted app. I get back a result code of 0 with no body or error message back.
Should I be waiting for approval of the application or can I launch the app through android studio connected to the clover? I am not able to currently hit any of my breakpoints in android studio and the app does not respond to the REST call, so I am guessing that my app never receives the notification.