Closed GoogleCodeExporter closed 8 years ago
In order for a change message to display, it must reference the changed value
by including the string %@.
For you pass above, your change message is '棚番号が変更されました'.
Including %@ in the change message will enable it to show.
This is not a PassKit restriction, it has been put in place by Apple to prevent
abuse of Passbook's push capability. To trigger the change message, the
following 2 things need to be in place:
1. The change message must be set and must contain the %@ string
2. The data field to which the message relates mush have changed
Try changing your message to something like 'The shelf number is now %@' and
you should find that it works as expected.
Original comment by n...@passkit.com
on 5 Feb 2013 at 1:19
Original issue reported on code.google.com by
AKAZAWA....@gmail.com
on 5 Feb 2013 at 12:29Attachments: