Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

signpass error:Couldn't find an identity for pass.com.xxx.xxxx

I use the signpass form the Apple passbook demo passbook_materials to create a .pkpass file I have created my pass type ID and change the passTypeIdentity in the pass.json. When I execute: ./signapss -p ./myPass in terminal, it shows:

Couldn't find an identity for pass.com.xxx.xxx.

Does someone know this?

like image 705
joker Avatar asked Oct 24 '12 08:10

joker


1 Answers

In my case, the passbook certificates was generate in another computer, so I have to export the private key into a 'xx.p12' file, install both the p12 file and the passbook certificate in my new mac, and the problem goes away.

You can also follow the step 1 in this document: tutorial
It was very meticulous guide for wallet certificate.

like image 196
wj2061 Avatar answered Oct 19 '22 22:10

wj2061