You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SCCAPIConnection.performRequest(_:error:) returns YES even if UIApplication.openURL(_:options:completionHandler:) fails (i.e. Square Point of Sale fails to launch).
The launch failure occurred once, but the condition of occurrence could not be specified.
SCCAPIConnection.performRequest(_:error:)
returnsYES
even ifUIApplication.openURL(_:options:completionHandler:)
fails (i.e. Square Point of Sale fails to launch).The launch failure occurred once, but the condition of occurrence could not be specified.
Code
https://github.com/square/SquarePointOfSaleSDK-iOS/blob/291656d64d633a2876b61fa3f1b5c3935ebe2e3a/Sources/SCCAPIConnection.m#L83-92
The text was updated successfully, but these errors were encountered: