android - Multiple device push -
i want implement push application should work on ios, android , in browser.
do need implement 1 solution ios , android (fcm) , 1 browser (websockets)? or possible e.g. push websockets devices?
fcm supports chrome client. don't want force users use chrome browser.
websockets
if using websockets push in android , ios, receive push if application open. means if establish connection successfully.
fcm
if client registration successful , have fcm registration id if app not in foreground receive push.
so suggest use fcm android , ios.
Comments
Post a Comment