7 questions
I have built a chat server through a web socket once This time, I'd like to send a message or push notification to clients by announcing it on the server. = Build a push server You can use gcm and fcm...
I implemented a push message as per fcm document I checked that the fcm site responds well when you send a message to the Notifications function.But the problem is, I implemented the server in phpIf I...
2019-11-07 16:01:18.615 22887-22887/com.example.api21test E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.api21test, PID: 22887 java.lang.RuntimeException: Unable to instantiate service c...
final XMPPTCPConnectionConfiguration.Builder config = XMPPTCPConnectionConfiguration.builder(); config.setXmppDomain(Util.FCM_SERVER); // == fcm-xmpp.googleapis.com //config.setHost(Util.FCM_SERVER); ...
I want to send the data I received from the public api when I get an alarm, what should I do...?I really want to know.
Implement fcm server on java restful server on local hostAndroid makes a request to the server and the local server delivers the response using the fcm service.There is a problem, if you receive fcm s...
I'm using FCM to study push messages If you save a keyword in the database and write that contains the keyword is stored in the database,I want to implement it by sending a message.Then should I send ...
© 2024 OneMinuteCode. All rights reserved.