I'm implementing the google Nearby messages API and I need the publications to happen even in background with the screen off. I have noticed that the messages are received even when the app that sent it isn't in the foreground but not when the sender's phone is locked. In the documentation it is explained how the background scan works but not the publication of messages, is it possible? Thank you.
Nearby messages API - publishing while screen off
88 Views Asked by Niccolò Caselli At
1
There are 1 best solutions below
Related Questions in ANDROID
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in GOOGLE-API
- Google Logging API - What service name to use when writing entries from non-Google application?
- Why I receive CERTIFICATE_VERIFY_FAILED from google adwords api?
- Google plus API not return the Email address
- getting google contacts using shuttlecloud
- finished with non-zero exit value 2 when I use google login api
- Unable to authenticate with Google through the Java SDK for reading spreadsheet data
- Youtube API - Listing hidden videos of my channel using OAuth
- How to update ACL of a file in Google Cloud Storage using Java API
- What is the difference between Android API and Google API?
- Freebase Search API - Get All Results
- Google Developer API V3 for video upload in YouTube C#.net
- Google places maps Api web service post new place
- Limited number of rows returned from Google spreadsheet and the Sheets Api
- Gmail API: Insufficient Permission
- Use custom image for google signin button
Related Questions in GOOGLE-PLAY-SERVICES
- onHandleIntent not firing with location updates
- Installing Google play service to Libgdx game
- Error connecting to Google Play Games
- Google Plus login demo keeps failing connection
- Google play services doesnt displays leaderboard after Auth
- Google Play services LocationSettingsAPI - LocationSettingsRequest Dialog not Showing
- Intermittent "No leaderboards for this game" error
- Problems implementing the new GCM Client for Android
- Google Play services out of date. Requires 7571000 but found 6774470
- Can I remove com.google.android.gms.version from AndroidManifest when I use gradle?
- google-services.json for different productFlavors
- Attribute "theme" has already been defined when using Play Services in gradle
- FusedLocationProviderApi Fatal exception: GoogleApiClient is not connected yet.
- AIR Google Play Services library classes missing apk
- Cannot access Workout Exercises on Google Fitness API
Related Questions in GOOGLE-NEARBY
- Receive Nearby API messages on Android when screen off
- Can I add play.google.com music links to the beacon dashboard using app intent?
- Error codes in Nearby Connections 2.0
- Google Certified beacon partners?
- Cannot increase Google proximity API quota
- Google Nearby notification not shows when i near to beacone
- Google Nearby Messages API strategies
- Is it possible to publish messages using Google Nearby Messages in the background in Android?
- Google Nearby Connections Limit to Earshot Distance?
- Why Google Nearby Connections needs ACCESS_COARSE_LOCATION and/or ACCESS_FINE_LOCATION permissions?
- Not being able to Publish Message with Nearby.Messages [Android]
- Google Nearby Messages Publish Returns 2806 Forbidden (Android - React Native)
- Is it possible to share a link with Huawei Share just like with Google Nearby Share?
- Android "Nearby Share" Crash (was Native crash of com.android.bluetooth)
- Nearby Connections API: Unstable Connectivity in Long-Running Mesh Network
Related Questions in GOOGLE-NEARBY-MESSAGES
- Google Nearby Connections Limit to Earshot Distance?
- Can we use iOS device as rfid tag with Core NFC?
- Nearby.Messages API seems not to be working
- Can you update a message on google nearby message API?
- Which is the best solution for nearby connection cross platform in flutter?
- Nearby API Package for React Native
- Get Distance & UUID of Google Beacon
- Google's NearbyMessages API with only BLE Permissions is asking for Microphone Permission
- Can't detect beacons with Nearby Messages API on Android 12 beta5
- Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_GNSMessageManager" - NearBy native development for iOS in flutter app
- Distance_Type_Earshot Runtime Error, Nearby Messages API
- Nearby messages API - publishing while screen off
- How to revoke Google Nearby permissions for an app?
- "<App> is having trouble with Google Play Services. Please try again" while usiing Google NearBy Messages API
- In Google Nearby Connections API, is there any way to keep advertise on while the app is off?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Im sorry, but from my investigations, this is not possible with the Nearby Messages API.