The inability to receive the onBeaconServiceConnect usually caused by the incorrect installation of AndroidManifest.xml for the BeaconService . The library uses manifest merging to automatically merge these definitions into your AndroidManifest.xml application from the AndroidManifest.xml library at compile time. If manifest merge is not enabled, the service will never be advertised and the application will not receive the onBeaconServiceConnect .
If you use Eclipse, check the project.properties file and make sure it has the line: manifestmerger.enabled=true .
If this does not solve your problem, send the code attached to the BeaconService and inform us about the IDE that you are using.
source share