We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be9fbf6 + c49f08c commit 3d42158Copy full SHA for 3d42158
messaging/testapp/readme.md
@@ -199,6 +199,13 @@ using the
199
of the Unity status bar.
200
- Click `Build and Run`.
201
- See the *Using the Sample* section below.
202
+ - Please ensure that you are requesting for `BIND_JOB_SERVICE` permission on messaging services in `AndroidManifest.xml`. Example,
203
+ ```
204
+ <service android:name="com.google.firebase.messaging.MessageForwardingService"
205
+ android:permission="android.permission.BIND_JOB_SERVICE"
206
+ android:exported="false" >
207
+ </service>
208
209
210
211
## Using the Sample
0 commit comments