I am developing an application that needs push notifications in my head. This is a simple application that does something like "order management." It works like:
- user makes his order using his iPhone
- this order is saved remotely using the web service
- order appears to seller
- As soon as the order is completed, a notification is sent to the user
So, I think that to create this application I need remote notifications. But I canβt create certificates because my type of membership in Apple is connected with my university (Politecnico di Milano), and I do not have rights to create identifiers, certificates, etc.
How can I get around my problem? The solution could be to use a separate thread to cycle through changes to my web service and then use local notification?
source share