settings.py:
PUSH_NOTIFICATIONS_SETTINGS = {
"APNS_CERTIFICATE": os.path.join(BASE_DIR, 'app.pem'),
"APNS_TOPIC": "app.Tamakoshi",
"APNS_USE_SANDBOX":True,
}
from the admin panel i created a APNSDevice and entered the Registration ID as well with isActive checked. When I try to send the push notification selecting the device and clicking on 'Send test message', the error I get is Some messages could not be processed: 'DeviceTokenNotForTopic'