3

I want to create a mobile app(iOS and Android) for business need, ex: the business is Health and Beauty. So I need a mobile app for sale some goods and service. However, I need push notification to who is subscribe my topic like, health tips, magazine and new product etc.

So I plan to create:

  1. Web application back-end with Laravel to manage CRUD of those data then I will implement RESTful API on my web application to handle data from the mobile app.

  2. Create a mobile app to fetch data from web application via RESTful API.

My concern is about notification because the mobile app must request it to the server in every x time that way the server must response a lot of requests.

So do we have another way?

Laiv
15k2 gold badges34 silver badges71 bronze badges
asked Feb 4, 2018 at 8:19
2
  • 4
    My concern is about notification because the mobile app must request it to the server in every x time this is not how push notifications works. Push notifications aren't pulled. Commented Feb 4, 2018 at 11:13
  • Oh you are right... Commented Feb 5, 2018 at 16:15

1 Answer 1

5

There is no need to reinvent the wheel and there are plenty of solutions out there that makes pushing notifications to mobile devices easier.

I personally would recommend Firebase Cloud Messaging by Google which will work with both iOS, the Web and Android.

It allows you to register devices and send push notifications using their API and plugins, and best of all it is free.

Pang
3355 silver badges8 bronze badges
answered Feb 5, 2018 at 1:10
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.