Hey So I am developing an app for android and IOS Using UE5.5. I want to lauch a URL that will open google maps using the launch URL node. This works fine when using a test build on my phone with “ExtraPermissions=android.permission.QUERY_ALL_PACKAGES” added for it to work. This permission though is not approved to be used on google play store unless there is a really good reason, so google blocks it.
With that permission removed Launching URLs doesn’t work! I have looked online and seen this was an issue but there was a fix using a source build of unreal,
I have a source build but that build also has that fix already applied.
So I am really stuck on how to open up a URL or APPlink without using the permission above, if anyone has any good fixes for this I would really appreciate it.