Hello ,
We had perform one transaction in Square register ios sdk, where we didnt recieve transaction id from square . We recieve success response but we didnt recieve transactions id .
May i know what is case there .
Could you share the response you did get? Your app's UIApplicationDelegate
needs to implement theapplication:openURL:options:
method to handle the callback, have you done that? You can see some example code on the Register API for iOS page.
Square Community