c# - Push notification with php server? -


I know a simple way to create push notifications with php server ... I can not find any tutorials.

Since push notification involves posting XML to an HTTP server, it is PHP's To be easy to use should be quite simple. I am not very familiar with PHP, but it seems that the handle should be handled.

These (.net-centric) pages should be used:



Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -