My app needs access to the user's location inside a WkWebview at 2 different points in the user's journey (one at the beginning and one at the end). When a user selects "Ask next time or when I share" for the first time in iOS's location permission prompt, they don't see another prompt when my app fetches their location at a later point, but the app is able to fetch the location without any issues.
Is this the expected behavior for the "Ask next time or when I share" permission? My understanding was iOS will show a prompt every time my app accesses the location (even if it is the same runtime). If this understanding is incorrect, does it mean that a permission prompt will be shown to the user next time when they close the app and re-open it again?