POS App Checklist - AEVI-AppFlow/pos-android-sdk GitHub Wiki

Have you,

  • Ensured that you dispose of the Disposable returned from the initiateXXX methods when your activity, fragment or service is destroyed?
  • Implemented the Flow Response Listeners to ensure your application always receive a response?
  • Ensured you handle all relevant error outcomes in the initiate onError callbacks, as defined in the ErrorConstants model?
  • More TBD