Hi,
i’m trying to test poynt intents, when are they being fired exactly.
I’ve created a receiver that registers for plenty of intents that were interesting to me but for some reason i get notified only on TRANSACTION_COMPLETED and NEW_ORDER_CREATED.
e.g. i would like to be notified when register app and terminal app are launched so i registered for
poynt.intent.action.TERMINAL and poynt.intent.action.REGISTER
but they just don’t trigger.
Am i missing something, is there some permission to be added or something else that i’ve missed?
Thanks
Cheers