Relative Content

Tag Archive for iosdjangofirebasedjango-push-notifications

is it possible to use django-push-notifications for both android/ios without apns? (if I have both apps in firebase)

I want to use django-push-notifications library for push notifications. My mobile app part configured firebase for both android and ios. In library’s documentations they separated logic and configuration of gcm and apns devices. Can I use just GCMDevice for both android and ios devices (to save them, send message) as it is already configured in firebase? Or should I configure apns in django also as it is mentioned in documentation