This is a migrated thread and some comments may be shown as answers.

Alternatives to Backend Services for Push Notifications

1 Answer 85 Views
Push Notifications
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Fred
Top achievements
Rank 1
Fred asked on 25 Mar 2014, 03:45 PM
We are generating an app to support the users of many of our clients (users of users).  As such we won't be using BackEnd services for user creation/authentication. Therefore, we are interested in alternative methods of implementing Push notifications in a hybrid app.  How are others accomplishing this and are there any examples available?

1 Answer, 1 is accepted

Sort by
0
Anton Dobrev
Telerik team
answered on 27 Mar 2014, 09:01 AM
Hi Fred,

The push notifications feature does not depend on other features of Telerik Backend Services and could be used individually (in the context of the subscription tier for Backend Services). The benefit of relying on them is the out-of-the-box seamless client-side integration with the platforms supported by AppBuilder (WP coming very soon). For the means of targeting various apps/users, additional parameters could be assigned from the client side app to the registered devices and used to target push notifications to a tailored segment. The fully elaborated REST API for creating, targeting and sending push notifications can be reached by basically any programming language or tool that can make a HTTP request.

On the other hand, the AppBuilder team published a very informative blog post on how to create your very own push notifications server (covers Anrdoid and iOS platforms) and make use of the Cordova PushPlugin in your hybrid IDE, in order to obtain such functionality. The community forums also offer a handful of resources on this.

Regards,
Anton Dobrev
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
Tags
Push Notifications
Asked by
Fred
Top achievements
Rank 1
Answers by
Anton Dobrev
Telerik team
Share this question
or