Syncing Data between multiple android devices with 1 google account

FiL0

Good day, I really hope someone can help me with this. I'm having difficulties trying to sync data between 2 devices. Google Cloud messaging seems like the thing I want to use, and I've played with the tutorial. However I had the following questions:

  • I'm broadcasting commands to all users.. How do I send messages to a specific user?
  • How do I send data back to the webserver?
  • Is this the correct way of syncing data between multiple devices using the same google account?

The data will really be a small amount, so I do not need a massive server to accomplish it, and the 4KB limit on GCM will be more than enough.

PS I'm using Android studio.

Thanks for the help

Shobhit Puri

I'm broadcasting commands to all users.. How do I send messages to a specific user?

Each device has specific registration ID. You can specify a particular registration ID and ask Google to send the Push. See Server example for that.

How do I send data back to the webserver?

If you want to send the data from device to your 3rd party server, you can either send it via HTTP or you can use device-to-cloud feature of GCM Cloud Connection Server.

Is this the correct way of syncing data between multiple devices using the same Google account?

I think the way you are going, you can accomplish what you want. I'm not aware of better alternatives though. Also, How to sync data between different devices might help.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Firebase : Prevent same account on multiple devices

分類Dev

Sync data between devices with windows universal app

分類Dev

Method for syncing interval functions over separate devices

分類Dev

Error syncing google calendar with iCal

分類Dev

Google Smart Lock dialog is not appearing in Android O devices

分類Dev

Android App Incompatible on google play only for certain devices

分類Dev

Android: Google Developer Console shows supported devices 0?

分類Dev

Passing data between multiple forms

分類Dev

Google Drive deletes files while syncing

分類Dev

Syncing only one entity in Core Data to iCloud

分類Dev

Today extension: syncing data with container app

分類Dev

Android: how to get network coordinates witout signining up in google account

分類Dev

populating multiple data into android listview

分類Dev

Extract all data between multiple vertical bars

分類Dev

How can I Transfer Google Chrome's Data and Settings to another Google Account?

分類Dev

Account Unlinking on Actions on Google

分類Dev

Flutter Hot Reload to multiple devices

分類Dev

How to persist data between app installs on Android?

分類Dev

Android: Issue trying to pass data between fragments

分類Dev

Google play incompatible with many devices

分類Dev

How to pass multiple button data to 1 query

分類Dev

Game Data Persistence Across Devices

分類Dev

EF Core 3.1.7 Data annotations for multiple 1:1 relationships in table

分類Dev

List BLE devices Android - Kotlin

分類Dev

How to see log in android for devices?

分類Dev

Reading, translating and writing data between multiple CSV files using C

分類Dev

Does GCM require a Google account or not?

分類Dev

Android Google map get shortest path between mutilple location

分類Dev

Windows 10 is unable to load Android devices as MTP devices

Related 関連記事

  1. 1

    Firebase : Prevent same account on multiple devices

  2. 2

    Sync data between devices with windows universal app

  3. 3

    Method for syncing interval functions over separate devices

  4. 4

    Error syncing google calendar with iCal

  5. 5

    Google Smart Lock dialog is not appearing in Android O devices

  6. 6

    Android App Incompatible on google play only for certain devices

  7. 7

    Android: Google Developer Console shows supported devices 0?

  8. 8

    Passing data between multiple forms

  9. 9

    Google Drive deletes files while syncing

  10. 10

    Syncing only one entity in Core Data to iCloud

  11. 11

    Today extension: syncing data with container app

  12. 12

    Android: how to get network coordinates witout signining up in google account

  13. 13

    populating multiple data into android listview

  14. 14

    Extract all data between multiple vertical bars

  15. 15

    How can I Transfer Google Chrome's Data and Settings to another Google Account?

  16. 16

    Account Unlinking on Actions on Google

  17. 17

    Flutter Hot Reload to multiple devices

  18. 18

    How to persist data between app installs on Android?

  19. 19

    Android: Issue trying to pass data between fragments

  20. 20

    Google play incompatible with many devices

  21. 21

    How to pass multiple button data to 1 query

  22. 22

    Game Data Persistence Across Devices

  23. 23

    EF Core 3.1.7 Data annotations for multiple 1:1 relationships in table

  24. 24

    List BLE devices Android - Kotlin

  25. 25

    How to see log in android for devices?

  26. 26

    Reading, translating and writing data between multiple CSV files using C

  27. 27

    Does GCM require a Google account or not?

  28. 28

    Android Google map get shortest path between mutilple location

  29. 29

    Windows 10 is unable to load Android devices as MTP devices

ホットタグ

アーカイブ