Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>As the author of uniqush, I created an entry in the <a href="http://uniqush.org/documentation/faq.html" rel="nofollow">FAQ</a> page specific to this question.</p> <blockquote> <p><strong>Can I use uniqush on Google App Engine?</strong></p> <p>Yes and no.</p> <p>If you just want to use GCM on Google App Engine, then there are some code in uniqush-push which you can directly use.</p> <p>However, because Google App Engine does not support socket connection, there is no way to use APNS. In another work, if you want to setup a server on Google App Engine, you cannot push any notification to iOS devices no matter what software/library you are using.</p> <p>I did considered to port uniqush to Google App Engine. But because of this fact, I think it may be better to port it until Google let us use client-side socket connections, or provide some way to connect to APNS server.</p> <p>Again, if you are considering to use Google App Engine as a server for your App, please be aware that you will not be able to push notification to any iOS device right now. If this fact does not bother you, then do it.</p> <p>Personally, I recommend you to run a server with full control. It is not expensive nowadays. Amazon EC2 or similar cloud products may be a good choice to run uniqush.</p> </blockquote> <p>As I recommended above, using a (virtual) server with full control would be a better choice if you want to support more platforms besides Android.</p> <p>If there is any other question, please feel free to reply.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload