Amandus icon indicating copy to clipboard operation
Amandus copied to clipboard

Fix Default Pass not appearing first

Open R-Trent opened this issue 2 years ago • 0 comments

For some reason, the method [[%c(PKPassLibrary) sharedInstance] passWithUniqueID:defaultPassID] never returned the correct default pass. From my research, it seems that looping through the passes in the array and comparing the uniqueID of each pass to the default pass uniqueID works.

R-Trent avatar Mar 09 '22 20:03 R-Trent