I would like to send data from niftymbaas to the monaca app that can be skipped to the link destination.

Asked 2 years ago, Updated 2 years ago, 31 views

I use niftymbaas and monaca to create apps.
From niftymbaas side, we would like to display the link (http://×××.com) on the monaca app side so that it can be skipped to the link destination.
Is it basically possible to send a link from niftymbaas to the app side?
If possible, please let me know.

javascript monaca html

2022-09-29 22:49

1 Answers

There is a way to use push notifications.
mbaas can pass JSON format data along with push notifications, so you can use it to pass the URL from the server and process the JSON data on the app side to generate a link.

You should read the following pages.
http://mb.cloud.nifty.com/doc/current/push/basic_usage_monaca.html

The answer was a little vague, but if you say whether you can or can't, you can definitely do it, so please try trial and error first by referring to the above.


2022-09-29 22:49

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.