creating pkpass files for Apple Wallet/Passbook on server-side

Jenya Kyrmyza picture Jenya Kyrmyza · Jan 15, 2016 · Viewed 8.4k times · Source

I'm new to iOs development, I am android developer.

I followed the apple developer instruction and managed to create working boarding pass(pkpass file). But it's static and i built it using my macbook.

What i want is to generate somehow the pkpass file on server side and then open it from my iphone/ipad device.

Is this possible or not?

Here is the instruction to create pkpass manually

It's using some commands like -openssl, -zip and also using apple dev certificates. I wonder if it can be done on server side and how to use on server side this certificates? Server side running php

Answer