私は Apple の pdf に従って pkpass を手動で作成しています。icon.png、icon@2x.png、logo.png などを置くフォルダーを作成しました。pass.json ファイルと manifest.json を置きます。各ファイルの SHA1 が正しいことを再確認します。ドキュメントに従って署名しました。しかし、「有効でないため、パスを読み取れません」と表示されます。ビューコントローラーを介して提示しようとすると。ここにあります
PKPass *pass = [[PKPass alloc] initWithData:[NSData dataWithContentsOfFile:passPath] error:&err];
PKAddPassesViewController *vc = [[PKAddPassesViewController alloc] initWithPass:pass];
[self presentViewController:vc animated:YES completion:nil];**