Note that there are some explanatory texts on larger screens.

plurals
  1. POiOS6 passbook pass update through Apns_PHP push notification is not playing sound, independent of phone settings
    primarykey
    data
    text
    <p>I am testing the <code>ApnsPHP_Push</code> object as indicated in the example documents. The APNS notification reaches the device, but I can't manage to hear a sound, no mater how I configure the message with setSound();</p> <p>I tried:</p> <ul> <li>not calling setSound();</li> <li>calling setSound();</li> <li>calling setSound('default'); -calling setSound('chimes');</li> </ul> <p>I also worked through the settings in 2 different iPhones, enabling and disabling the alternatives in the notifications settings, with no success. Is it possible the pass needs some configuration that could be missing to enable sound notifications or, for instance, in this case, a coupon pass can not receive sound notifications?</p> <p>I am using latest version of iOS 6.0.1 with an iPhone 3GS.</p> <p>Thank you!</p> <p>Addendum: I received this reply from <a href="https://devforums.apple.com" rel="nofollow">Apple's developer forum</a></p> <p>"Pass push notifications are different to App push notifications in that the push merely serves as a notification to tell the device to contact the webServiceURL and request that the updated pass be sent. App pushes contain a payload of new data that is instantly displayed when the push arrives.</p> <p>Your push should contain an empty payload as per the documentation - your sound is most likely being ingnored by device. Your best bet is to file a feature request to see if sounds can be supported in a future release, but as on now, it is not possible to trigger a sound for a pass update."</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload