Not enabling bluetooth connection then enabling it

Hi everybody,

In my app when I do following steps:

  • I don't allow access to bluetooth for my app
  • I start the pairing
  • Then I navigate to settings and enable bluetooth access and coming back to the app.

I see two different behaviours in two different OS version

**So for iOS 15:

It is opening me the home screen and I must start the pairing again.

for iOS 16:

It is opening the view that asks from user "Do you want to perform connection?" and I should select there again if I want or not and then pairing starts again.**

Is it because of iOS versions that we cannot really influence on it?

Because the implementation is same for both OS version. That is why I started to think that it is not a bug, but it is a iOS related feature.

Can you share your ideas about it? If it is iOS related, is there any documentation that I can read? I have searched but couldn't find...

Thanks in advance!