Is it possible to register android device from third party java server?

Ravindra Thorat

I am building push notification server for android and web with third party java server. As we know to be a part of this scenario, corresponding android device should get a Registration id for GCM server and share it with third party java server. Can we move this functionality to third party java server? Specifically, can we obtain a unique registration using third party java server and then assign it to corresponding android app?

Tal Kanel

can we obtain a unique registration using third party java server and then assign it to corresponding android app?

no, you can't. and actually it does not make any scene, because there are two options:

  • corresponding app == your app. if that's the case - then nothing stops you from maintaining regId for itself.

  • corresponding app != your app. it does no make any sense that google will allow any app to register any other app to receive GCM messages without the receiving app permission.

also I believe that what you have in mind is a common mistake:

GCM push != status bar Notification

when understanding that - you relize that it does not make any scense to register apps that not implemented integration with your server, because event if you could (and you can't) send other apps GCM messages - if they did not implemented a broadcast receiver or Service which handles your specific push parameters and trigger it to show notification or something, nothing will happened form itself.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Is it possible to remove AOT assemblies from third-party .apk?

From Dev

how to call server app servlet from android app to register device when implementing GCM

From Dev

Android getting dynamic permission from third party defined permissions

From Dev

Steps in using a java third party library from clojure

From Dev

Validating a leaf certificate from a third party in java 8

From Dev

Generating PDF from a third-party HTML on java

From Dev

How to connect Android device using adb wireless? without any third party tool

From Dev

Android AAR third party jars

From Dev

Is it possible to use third party UI widgets with MeteorJS?

From Dev

Is it not possible to read QR codes in an android application without having a third party app installed?

From Dev

Is it not possible to read QR codes in an android application without having a third party app installed?

From Dev

Is it possible to access a server's IIS on home network from an android device 4G network via VPN?

From Dev

Is it possible to remote android phone from a Bluetooth device?

From Dev

How to authenticate the GKLocalPlayer on my 'third party server'?

From Dev

Bring android app in foreground after receiving respose from third party app in xamarin android

From Dev

Send REST calls from Node server to third party application using OAuth

From Dev

Install third party libs to be available from within and without the Google App Engine dev server

From Dev

Make AJAX request to third party server from MS Office add-in

From Dev

Get data from third party Node.js server hosted on Vagrant VM using jQuery - JSONP

From Dev

.NET how to retrieve list of emails from Gmail server with out third party

From Dev

Send REST calls from Node server to third party application using OAuth

From Dev

Is it good to use id of object from a third-party server as my PK at SQL database?

From Dev

How to authenticate GKLocalPlayer on my third-party-server using Java JDK 1.7?

From Dev

ios Jailbroken device link static library to third party apps

From Dev

Enable Third party cookies for Android WebView

From Dev

Android: Open private file with third party app

From Dev

How to release an android SDK with third party dependencies?

From Dev

Android: Open private file with third party app

From Dev

Using third party library in Eclipse for Android

Related Related

  1. 1

    Is it possible to remove AOT assemblies from third-party .apk?

  2. 2

    how to call server app servlet from android app to register device when implementing GCM

  3. 3

    Android getting dynamic permission from third party defined permissions

  4. 4

    Steps in using a java third party library from clojure

  5. 5

    Validating a leaf certificate from a third party in java 8

  6. 6

    Generating PDF from a third-party HTML on java

  7. 7

    How to connect Android device using adb wireless? without any third party tool

  8. 8

    Android AAR third party jars

  9. 9

    Is it possible to use third party UI widgets with MeteorJS?

  10. 10

    Is it not possible to read QR codes in an android application without having a third party app installed?

  11. 11

    Is it not possible to read QR codes in an android application without having a third party app installed?

  12. 12

    Is it possible to access a server's IIS on home network from an android device 4G network via VPN?

  13. 13

    Is it possible to remote android phone from a Bluetooth device?

  14. 14

    How to authenticate the GKLocalPlayer on my 'third party server'?

  15. 15

    Bring android app in foreground after receiving respose from third party app in xamarin android

  16. 16

    Send REST calls from Node server to third party application using OAuth

  17. 17

    Install third party libs to be available from within and without the Google App Engine dev server

  18. 18

    Make AJAX request to third party server from MS Office add-in

  19. 19

    Get data from third party Node.js server hosted on Vagrant VM using jQuery - JSONP

  20. 20

    .NET how to retrieve list of emails from Gmail server with out third party

  21. 21

    Send REST calls from Node server to third party application using OAuth

  22. 22

    Is it good to use id of object from a third-party server as my PK at SQL database?

  23. 23

    How to authenticate GKLocalPlayer on my third-party-server using Java JDK 1.7?

  24. 24

    ios Jailbroken device link static library to third party apps

  25. 25

    Enable Third party cookies for Android WebView

  26. 26

    Android: Open private file with third party app

  27. 27

    How to release an android SDK with third party dependencies?

  28. 28

    Android: Open private file with third party app

  29. 29

    Using third party library in Eclipse for Android

HotTag

Archive