credo-ts-ext icon indicating copy to clipboard operation
credo-ts-ext copied to clipboard

[push-notifications] Notification Sender side

Open berendsliedrecht opened this issue 4 years ago • 2 comments

In order for this plugin to be complete, we have to implement the notitifcation sender side.

This means:

  • Listening to new incoming messages via the correct URI
  • Adding the incoming message payload to the connection metadata

berendsliedrecht avatar Oct 21 '21 09:10 berendsliedrecht

@blu3beri Is this already implemented? I am trying to implement push notifications. I did all the steps on the receiver side : https://github.com/hyperledger/aries-framework-javascript-ext/tree/main/packages/push-notifications

But not able to receive notifications. What changes need to be done on the Sender side?

atb-sweta avatar Oct 03 '22 12:10 atb-sweta

Hi, I ended implementing this myself. Maybe this is helpful to someone: https://github.com/openwallet-foundation/credo-ts-ext/issues/278#issuecomment-2222866388

icc-romeu avatar Jul 11 '24 12:07 icc-romeu