How to link to the settings page of an Android app in ionic - capacitor

Problem
I am trying to request permissions for notifications from the user. As androidPermissions.requestPermission does not work as intended, I would like to show an alert with a link in it or forward the user with the click on a button to the native settings page, where he can deny or allow notifications for the app. So basically a screen outside the app. How can I do this? Is it even possible?

Related

when the dynamic link is opened from browser(especially in safari) it is always redirecting to the app store even though app is installed in iOS

My URL is same as below, i will get this link to my mail from sendgrid and in iOS when i tap on this it always loads the browser first (safari most of the case) and opens in app preview page even though app is installed.
URL:<a clicktracking="off" href="https://{project_name}.page.link/?link=https://{project_name}.page.link/users/email_check/{{ $email_token }}&apn=com.{project_name}.app&isi={applestoreid}&ibi=com.{project_name}.app&efr=1">https://{project_name}.page.link/?link=https://{project_name}.page.link/users/email_check/{{ $email_token }}&apn=com.{project_name}.app&isi={applestoreid}&ibi=com.{project_name}.app&efr=1</a>
When you access a dynamic link in a browser. It will intentionally not go to your app because the actions indicate that your intent is to open a web page.
If you have your custom domain from Firebase ie: [your custom domain].app.goo.gl, send it into your link like so:
https://[your custom code].app.goo.gl/
And then tap that link. Does it open the app, or does it go to Safari? If it goes to Safari, it means that you haven't configured your iOS app for universal links yet, which is needed to support opening your custom domain url directly in the app. In Xcode, go to the Capabilities tab, and ensure that you've added the universal link domain as described in Apple's docs.
If you tapped the site address on the far top-right on iOS, it disables universal linking on that iOS app, until you long-tap and ask to open in the app again.
Second, you can't type in universal links into Safari's address bar and navigate to the app. Safari, by design, will open that URL in the browser. The easiest, most reliable way to test whether universal links are working is to put a universal link into the app, and tap the link from there.

Unable to use Google Assistant App on Work Profile

I am trying to use the Work Profile version of the Google Assistant app, but I cannot get past the "set default assist app" screen in order to start using Google Assistant. It works on some phones, but not on my Pixel 3 or a Pixel 2 XL that I tested it on.
Steps to reproduce:
Tap on the Work Profile Google Assistant app, and a screen appears to prompt the me to set the default assist app
Tap on "Settings".
When I tap on "Assist App", the "Permission Controller" screen opens briefly and then closes immediately.
Finally any more taps on "Assist App" again has touch feedback show nothing.
Image of screen
Make sure that your work account as permission to access your voice.
Go to the Activity Controls page.
Sign in with your Google account
Enable the following permissions:
Web & App Activity
Under Web & App Activity, check the box next to Include Chrome history and activity from sites, apps, and devices that use Google services.
If that doesn't work, this can be due to limitations or restrictions with work accounts. Contact your admin.

PWA does not show notification, even after it's enabled from Android chrome browser

We've PWA where user has not allowed notification to be shown first time ( when website is opened first time and notification dialog is shown ).
But user has installed PWA to mobile home screen.
Later user opens the website again and by tapping on lock icon allows notification.
Even after this, user doesn't get to see new notification.
Please clarify how to fix notification in this case.

problems with Facebook share button

The goal is to use facebook share button.
"App Not Setup: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions."
This is a message when I want to login with other than my app account. When I login with my app account I can use the button otherwise not. Is it because I use test apps delails? When I use my original website app id it gives the same message. In settings it is available to public. Test application is in development mode, it doesnt change to available to public. Should I remove test version or?
Thanks in advance.
Your application is in development and no one user can use this application except developers and organizers. You can see list of all people who can use your app at menu item "Roles" at application dashboard. To make your application available to other people make next steps:
Go to app dashboard at facebook -> Settings -> set contact email -> App Review -> swith first slider to YES position.
After this manipulations other people can login to your app correctly.

Issue submitting a mobile app to App Center

I've filled out all of the basic details for my app under the settings tab on the FB developer dashboard. I've ensured that the Native iOS App option has been selected and have filled out all of the relevant details (Bundle ID, App Store ID etc.).
Next, I click on the App Details tab and fill out all of the information on that page and then click on the 'Submit App Detail Page' button. Upon doing so, I receive an error stating
"Invalid Submission
Before setting up your app detail page, you must specify how your app integrates with Facebook. Click here to vist your apps settings page to manage your integrations." Clicking on this link simply takes me back to the basic settings page which I have already filled out. I've searched for the app on App Center and can confirm that it hasn't been added to the directory.