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
I have added the lines of code that were mentioned in the readme. I added these inside my Application.kt which I have already created for Firebase Messaging Service.
GeofencingService.setPluginRegistrant(this)
However, when I run this I get an unresolved error,
Unresolved reference: GeofencingService
As it says the package cannot be found, any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I have added the lines of code that were mentioned in the readme. I added these inside my Application.kt which I have already created for Firebase Messaging Service.
GeofencingService.setPluginRegistrant(this)
However, when I run this I get an unresolved error,
Unresolved reference: GeofencingService
As it says the package cannot be found, any help would be appreciated.
The text was updated successfully, but these errors were encountered: