Question

I add a pass with serial 1 to iPod touch , then I add a pass to iPhone 5 with serial 34455. Next, I push a new pass; now I just can update pass by toggling the back of pass. I toggle the pass in iPhone 5, then pass is updated. But when I toggle the pass in iPod touch, pass cannot be updated and I get this error in php_error.log:

[01-May-2013 10:51:56 Europe/Berlin] Passbook Error Log: [2013-05-01 15:51:54 +0700] Get pass task (pass type pass.cam-mob.passbookpasstest, serial number 1, if-modified-since Wed, 01 May 2013 14:59:39 GMT + 7; with web service url http://192.168.1.202/passesWebserver/webService/) encountered error: Requested serial number 1, received serial number 34455

What should I solve this problem ?

Was it helpful?

Solution

Your web service code is serving up the wrong pass in response to the Get Latest Version of a Pass call. The iPos is requesting serial number 1 (the same serial as the installed pass), but your web service is responding with serial 34455.

Check your code that services the Get Latest Version of a Pass call. You are serving a .pkpass bundle for serial 34455 when you should be serving the bundle for serial 1.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top