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?