Post

Replies

Boosts

Views

Activity

Comment on Apple Wallet Push Notifications: Sending in logs but not appearing on phone
I changed my APN provider to use my certificate for my pass type id, which is now giving me this error: Failed to send push notification: { reason: 'TopicDisallowed' } Notification let notification = new apn.Notification(); notification.expiry = Math.floor(Date.now() / 1000) + 3600; notification.badge = 10; notification.payload = {}; notification.topic = 'pass.com.kudjo'; Do I us pass type id as topic? Should my APN use PTI certificate?
Jul ’24