Launching app from email link only works from gmail account
After spending more time on this issue, I found that launching my app from a link within an email DOES in fact work. However, it only works if I set up my android email app with a开发者_运维问答 gmail account. It does not work for the other two accounts: yahoo and work email. So that means, only when I view the email link within my gmail account, I could launch the app. Anyone know what configuration I'm missing or why this is happening?
--- original question below ---
Hi, So I was able to get my app to launch from an email link using a custom scheme, however I am only seeing this work while debugging using the emulator. I cannot get it to work when testing on the actual phone/device. It shows Web page not available The Web page at email:// might be temporarily down or it may have moved permanently to a new web address. Is this because the application has not yet been signed? How do I test on my actual phone device. Thanks
I've been testing on both emulator and physical devices using an app that handles a custom scheme. My test devices are running 2.2 and 2.3, and my application isn't signed. Double check the components of the intent filter and the setup for your tests on the emulator and the device.
精彩评论