Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to click this dialog with Detox? Obvious solution but I still can't tap it

enter image description here

I have come across this issue and research all related forums

Issues No.9

How to confirm alert message

Can't accept location permission from system alert pop up

How to tap on allow button on permission pop up

yet nothing works.

Any other solution? Suggestion? In those links, people didn't seem to have an obvious solution.

like image 518
Sarin Suriyakoon Avatar asked Oct 24 '25 17:10

Sarin Suriyakoon


2 Answers

It's my solution!

await device.launchApp({ 
    permissions: { userTracking: 'YES', location: 'always', notifications: 'YES', reminders: 'YES', }, 
});
like image 103
H.K.P. Avatar answered Oct 26 '25 12:10

H.K.P.


Detox uses applesimutils to set permissions. This is battle tested in production at Wix and in Detox CI. Check out the docs and test project for examples.

like image 36
Léo Natan Avatar answered Oct 26 '25 11:10

Léo Natan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!