1

I want to know which APNS library has been used in Worklight? and can we extend it ? or customize it as per our own needs?

Thanks

AAhad
  • 2,805
  • 1
  • 25
  • 42

1 Answers1

0

Well, the way Worklight interfaces against APNS is by using notnoop, but this is a server-side library, pre-compiled and packaged. You cannot extend it. This library cannot be replaced, either.

On the client-side, we do not document nor provide support for any modifications one may do.
I know this has been done to some extent for Android (here too), but do not know about iOS - since Apple keeps things close-knit, one is not able to extend the functionality...

Community
  • 1
  • 1
Idan Adar
  • 44,156
  • 13
  • 50
  • 89
  • Great, BTW, If i use my own implementation of notnoop on server side, and send messages directly using it rather than adapters. Do you think is it fine? the reason is same I am facing message size limit. However I can keep the adapters for user's subscriptions or UnSubscriptions. What you suggest? thanks – AAhad Jun 02 '13 at 09:35