What is the URI for just opening the Delta App?
we have Delta as URL handler for openpgp4fpr://
and login links for dcaccount://
what just opens the app?
What is the URI for just opening the Delta App?
we have Delta as URL handler for openpgp4fpr://
and login links for dcaccount://
what just opens the app?
what do you want to achieve?
why do you need a URL handler for opening the app without performing special actions? usually, this is not required
the reason is the Dumbify Launcher on iOS needs the URI for launching uncommon apps.
found in deltachat-android/AndroidManifest.xml at feat/verified-1to1 · deltachat/deltachat-android · GitHub
chat.delta://
however this seems to open to “switch profile” which is handy in its own way, but doesn’t open like the app icon (last used)
other times it seems to open as expected
the reason is the Dumbify Launcher on iOS needs the URI for launching uncommon apps.
i see.
on iOS, with chance, sth. as chat.delta.deeplink://home already works today - it will report back to the system that the link cannot be opened, but as Delta Chat is already started and no other app will handle the link, that should be fine.
i tried that for the widgets, and it works as expected; did not test dumbify itself (too much effort).
please let me know, if it works.
if that does not work, we can probably easily add that line explicitly to deltachat-ios/deltachat-ios/AppDelegate.swift at main · deltachat/deltachat-ios · GitHub
Yes, that’s been working good for the last number of days.
Enjoying Minimal iOS “dumb phone” setup w/ Beeper and Delta for messaging outwith RCS/SMS. Dumbify is not a great app, since it is a lot of work to set URI (without export/import settings backup), but it does work for those looking to go more in the Light Phone or Mudita smart-dumb phone direction. It is a lot cheaper to get an old, small iPhone and pay to replace the battery than get those fancy UI layers
perfect! thanks a lot for coming back and confirming