I want to add custom tender button on Register app of clover through Android app , So I followed example given by Clover mentioned below
"https://github.com/clover/android-examples/tree/master/extensibletenderexample"
I setup everything like dependency , manifest permissions etc in my code but I stuck from last 2 days I got an error "Getting Custom Tender Initialization failure : 500 access Denied error" if i use com.app.dummy package name and if use com.clover.dummy package name then i got error "500 no app found"
Please help me to fix this issue and also tell me the steps to finish this task