Eric BOriginal post
Apple Developer
I'm currently trying to create email verification and I want to use myapp:// as the url (rather than host it on a domain). This seems to work best when using deeplinks so that I don't have to host the email verification seperately. I would like them to be redirected back to the app to do the verification. Has anyone gotten around this? it seems like this is an invalid Hostname when I try to add a platform. Any thoughts on a simple way to do email verification without having to have a seperate domain? Thanks in advance
Summary
Developers want to use deeplinks for email verification with myapp:// URL but are facing issues with adding it as a platform due to an invalid hostname. They are looking for a way to redirect users back to the app for verification without needing a separate domain.