How to send push notification from codeigniter project [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am working on a codeigniter project. How to send push notifications to ios and Android devices?

There are some libraries available.
Firebase (sends push notification to both IOS and android ).
GCM (sends only to android and it is also considered as outdated and overtaken
by Firebase).
Some links which might help you .
https://gist.github.com/joashp/b2f6c7e24127f2798eb2
https://github.com/mac-cain13/notificato

Related

I want to ask the gmail api integrtion in any web application [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 days ago.
Improve this question
IS there any possible solution to integration of gmail api in laravel framework within an app that every user of app can insert there own client id and client secret.
any solution regarding to this.

Make push-notification of a new post on an android app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to make an app for a wordpress blog but need a very specific feature to be there i.e whenever a new post is made a pushnotification should be made in the user's mobile. how to do that??
Use This Plugin in Your Wordpress and use GCM/FCM API Key for sending the push notification in Android App

PHP iOS push-notifications [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I would create a web application that sends push-notifications to my iPhone when a person filled in a form. How can I send that notification through PHP to my iPhone?
Have a read through Apple Push Notification Services in iOS 6 Tutorial which guides you through everything you will need from creating the certificates/keys to giving you some PHP to use.
You can use the Parse API available on http://www.parse.com to send push notifications easily :)

How to create a secure PHP REST API using OAuth? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
i want to create a web app with REST API service. i want it to be like Facebook API.i know Facebook uses OAuth.
so how can i create a PHP REST API using OAuth?
Thanks

Restricted API Access By only for Android app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Here is my API call link :
http://192.168.0.107/AYURV/api/V1/user/signup.php
This link only access by only specific android app how can do that?
Advance Thanks.
Have the request sender send a UserAgent and device and app version
This way you can filter incoming requests based on this information on the server side, and reject the ones that don't match.

Categories