Signing content for apple passbook in c#

后端 未结 3 702
小蘑菇
小蘑菇 2021-01-26 03:24

Here is my code

static void Main(string[] args)
    {
        try
        {
            ContentInfo contentInfo = new ContentInfo(File.ReadAllBytes(@\"D:\\prj\\t         


        
3条回答
  •  一整个雨季
    2021-01-26 04:16

    I've created an OSS library for .Net that handles all of this for you. You just need your own Passbook certificate and the main Apple certificate.

    https://github.com/tomasmcguinness/dotnet-passbook

提交回复
热议问题