Closed sebastian-student closed 1 week ago
@dpa99c Are there any chances to fix this issue and merging this PR?
@dpa99c Dear Dave, are there any chance for reviewing the pull request and getting an update on this in an upcoming release? Thanks a lot and best wishes P-
Bug report
CHECKLIST
Current behavior:
The example project always returns TRUE for isMobileDataEnabled on iOS.
The implementation of isMobileDataEnabled for iOS requests if the user has explicetly forbidden this specific app from using mobile data. This permission is independent of the global toggle in settings->Mobile Data/control center.
Expected behavior:
Per documentation isMobileDataEnabled() should return the state of settings->Mobile Data toggle. An additional function isMobileDataAuthorized() should return if the app can use mobile data in case it is enabled.
Steps to reproduce:
Run example project on iOS and toggle mobile data while rechecking state.
Other information: