This is a question about Android push! (Member linkage)

Asked 1 years ago, Updated 1 years ago, 95 views

Hello, developers! I'm a student developer who developed Push for the first time ㅠ<

I'm currently trying to make a hybrid app using webview using the x-board Currently, we have sent token values to the web database when we enter the main activity.

I want to link it with the membership information and give the user a push when a comment or a note comes in In order to do so, it seems necessary to link the member ID with the token value.

How should I approach this case? Developers, please give me some advice.ㅠ<

android push

2022-09-21 15:45

1 Answers

If you are developing a new app, please take a look at FCM.

To send a push using FCM, SDK settings and basic code writing are required. For this, please refer to the video below to help you configure your environment without difficulty difficulty.

If the video above has progressed to the part where the basic push is delivered, now you have to write the app server code. The app server implementation is the part that requests push to the FCM connection server when the note or comment you mentioned is posted. Please refer to the article below for information.


2022-09-21 15:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.