Skip to content

Request: Support opening the Square Point of Sale app other than for a sale #97

@DaveMcKraken

Description

@DaveMcKraken

We currently use the Point of Sale SDK in our iOS app to complete sales and link the Square transaction id to our backend, saving the transaction details on our server. Occasionally our users want to go back to the linked transaction in the Square Point of Sale app to do actions such as refunds, reprinting receipts, etc. We have found that using UIApplication.shared.open(URL(string: "square-commerce-v1://")) will allow us to open the Square app, but it always shows the following error:

IMG_0053

Is there some way to change the URL so that the error doesn't show up when trying to open the Square app? Or some other alternate method of directly calling the Square app to open without starting the sale? Ideally, for our use case, it would also navigate to the transactions screen, but simply opening the app without looking like it has broken would work as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions