Hi everybody. During the last 3 days, I’ve been trying to integrate the sumup payment platform (sumup is an application to pay by card from a box connected via Bluetooth https://sumup.com/)
In order to communicate with their application, they allow developers to open their application with a custom URL scheme (sumupmerchant: //pay/1.0).
In safari when I go to a page with this link
(<a href = "sumupmerchant: //pay/1.0"> Sumup </a>
),
this opens the sumup application.
But when I put that same link in my application, sumup does not open anymore.
I also tried to open with angular http.post and http.get but it did not work either.
This is the documentation of sumup IOS API : https://github.com/sumup/sumup-ios-url-scheme
Do you have an idea of how to open the sumup application with url scheme?
Or have you another possibility to open sumup application ?