Open AshleyDeng opened 8 years ago
this sounds possible.
the native library has a method to add multiple passes,addPasses:withCompletionHandler:
https://developer.apple.com/documentation/passkit/pkpasslibrary/1617093-addpasses?changes=latest_minor&language=objc
Hi Is it possible to accept an array of urls to download passes?
Passbook.downloadPasses(urlArray, [passCallback], [errorCallback]);
Thanks!