How to create .pkpass file for apple wallet on serverside and get it on iOS side
问题 Here I have created .pkpass file following this tutorial Manually the above approach is static What I want is to generate somehow the pkpass file on the server side and then open it from my iPhone/iPad device. 回答1: If you are asking only about the apple wallet pass creating process, you need to create some server-side API (like .net core or something similar) that will return bytes array (.pkpass file) with ContentType "application/vnd.apple.pkpass". Here it is an example. Interface example: