Forum Post: RE: OpenEdge.Mobile.PushNotificationService

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
Roger, Off the top of my head (my test project seems to have been migrated away :( ) X-Progress-App-Id is the guid of the project deviceId you have to get from the device - there's an API for that you can call via a trigger. You can add fields to the notification database of any type and use values in those as filters when calling the push notification service (the ABL classes have the capability to add generalised filtering). You would have to update the device info with those values. Probably from the device but you could send the device ID to the ABL server together with the user's login info and have the ABL do it. The ABL push notification service (broadly-speaking) could be extended to add the device registration and management APIs, but that's not currently planned. Please add an Idea, if you're interested in that. -- peter

Continue reading...
 
Status
Not open for further replies.
Back
Top