Usergrid Push Notification
Merhaba,
Maraton projemizde usergrid kullanıyoruz. Push notification ile ilgili http://apigee.com/docs/app-services/content/tutorial-push-notifications-sample-app bu linkten dökümanı takip ediyorum. Fakat http://apigee.com/docs/app-services/content/creating-notifiers şu linkteki Push > Configuration sekmesi usergrid panelinde mevcut değil.
Ben de bunun üzerine kod ile notifier yaratmayı denedim. Şu şekilde denedim.
url : https://api.turkcell.com.tr/usergrid/org adım/sandbox/notifiers
{"name":"androiddev", "provider":"google", "apiKey":"AIzaSyA01MzKcAGFNLhY7FdxfGtfq3*********"}
bu sorgunun sonucunda ise bana
{
error: "class_not_found"
timestamp: 1398075070559
duration: 0
exception: "java.lang.ClassNotFoundException"
error_description: "org.usergrid.rest.applications.notifiers.NotifiersResource"
} döndü.
Sorum şu. Usergrid push notification destekliyor mu ? Destekliyorsa bunun ile ilgili yardım edebilir misiniz ?