You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
According to docs, we have to use "fcmSandbox": true for ios in development builds. However, it doesnt get any notification unless i change it to "gcmSandbox".
Is there a typo?
EDIT: Plugin version is 1.10.4
The text was updated successfully, but these errors were encountered:
On the ts types file only is the "gcmSandbox" attribute.
The API documentation says: "iOS GCM support. The following properties are used if you want use GCM on iOS." and the property name is ios.fcmSandbox.
What's wrong? The API or ts types file??
According to docs, we have to use
"fcmSandbox": true
for ios in development builds. However, it doesnt get any notification unless i change it to "gcmSandbox".Is there a typo?
EDIT: Plugin version is 1.10.4
The text was updated successfully, but these errors were encountered: