I use this API to add multiple group passes to the Apple Wallet. I realized that the added gaps in the wallet did not match the order of the [PKPass] array that I gave this API.
public func addPasses(passes: [PKPass], withCompletionHandler completion: ((PKPassLibraryAddPassesStatus) -> Void)?)
It is interesting to note that when I click View All before adding passes, it shows all the passes in order, but after clicking Add All , and then launched the Wallet application to see that the od order has been added. not so anymore.
Any clue why this is happening and how to maintain the order?
ios swift passbook passkit wallet
kidsid49
source share