credentials / irma_mobile

IRMA app for iOS and Android
Apache License 2.0
25 stars 11 forks source link

Starting the app with intent #109

Open Willem-Dekker opened 4 years ago

Willem-Dekker commented 4 years ago

Starting the application with a intent that has a fallback_url will cause the application to go to that url when you disclose the attributies instead of going back to the place the intent came from.

const intent = `intent://${url}#Intent;package=org.irmacard.cardemu;scheme=cardemu;l.timestamp=${Date.now()};S.browser_fallback_url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dorg.irmacard.cardemu;end`;
davidv1992 commented 4 years ago

Thank you for your report. I am currently trying to reproduce your issue, but so far cannot reproduce it. Can you specify the following:

Willem-Dekker commented 4 years ago

Version 5.6.2 (3145787) Oxygen OS 9.5.8.gm57BA Oneplus 7

i have seen the issue on other android devices

davidv1992 commented 4 years ago

Ok, can you tell me the website/app that you use to start the session (i.e. the website/app producing the intent url)?

confiks commented 4 years ago

It might also be beneficial if @WillemSpoelstra would describe the reproduction case in a few more steps. Especially an indication of when exactly the app returns to the fallback_url.