Stephan Bodmer

Results 4 comments of Stephan Bodmer

I have the same problem, I tried with the solution explained using nimbus, here is the code that I changed in AbstractPushService (and I adapted the rest for the JOSEException)......

Bingo, I added the "sub" part and now it works, thanks a lot my friend ;^) I read the spec and the "sub" is not mandatory...

You just have to add the Subject in your push service, nothing else changes... Here is what I changed and solved the problem (but it was a long time ago,...

I have added a new method called startNearbyDiscovery() in the main BluetoothManager class with a listener as argument to be notified when a new device is found until stopNearbyDiscovery() is...