Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Force APNS | Added boolean ios init Option apnsForce to force apns | Updated docs as well #2736

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 3, 2019

  1. Added boolean iosOption apnsForce to force apns

    Default : False [Uses FCM if GoogleServiceInfo.plist is present and APNS if not]
    If set to true (Boolean) or "true" (String) within ios options in init, it will force APNS to be used even if GoogleServiceInfo.plist is present in the project
    ChrisTomAlx authored Apr 3, 2019
    Configuration menu
    Copy the full SHA
    0940dc9 View commit details
    Browse the repository at this point in the history
  2. Update API.md

    ChrisTomAlx authored Apr 3, 2019
    Configuration menu
    Copy the full SHA
    2d7bd4e View commit details
    Browse the repository at this point in the history