Improvements and fixes on the cellular permissions

This commit is contained in:
Marcos Carvalho
2024-05-26 22:08:53 +01:00
parent 574dda5286
commit 4ad54f34fe
9 changed files with 94 additions and 72 deletions
+1
View File
@@ -60,6 +60,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
newObject?["downloadUsingCellular"] = "ALWAYS"
newObject?["streamingUsingCellular"] = "ALWAYS"
}
}
}
)