Search code examples
iosalertpassbook

iOS. Add to Passbook with Alert Dialog


Please, advise how I can create alert dialog, similar to Starbucks, shown in the image, when add to Apple Passbook.

Starbucks alert dialog

I've tried to use PKAddPassesViewController, but failed, as it wasn't clear how to get alert dialog.


Solution

  • This looks like they are presenting a standard UIAlert before presenting the user with a PKAddPassesViewController.

    It is not possible to directly replace the Add/Cancel buttons of the PKAddPassesViewController with an alert.