Post

Replies

Boosts

Views

Activity

Reply to Safari redirect to base64 encoded html fails on iOS 14
Why do you need to redirect to base64 anyway? Seems to be a very suspicious method for a redirect and I would not be surprised if that change was no coincidence - indeed I hope it was on purpose as it would be great for the user. Other browsers, like Firefox and Chrome also already block these kind of redirects, so you should have these problems on all modern platforms. More info can be found on MDN and the Mozilla Blog.
Jun ’20
Reply to give app permission(Bluetooth, GPS) before launching the application
Apple documentation clearly states "Request personal data only when your app clearly needs it." and I don't think that's the case before one starts the app itself. Maybe this helps you, but as people already mentioned here it is not possible inside the iOS environment for good reasons: https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/requesting-permission/
Jun ’20
Reply to Core Data and SwiftUI in Xcode 12
It is possible to use Core Data with SwiftUI. You can already check the checkbox while creating the project. Maybe this WWDC video helps: https://developer.apple.com/videos/play/wwdc2019/230/ or the tutorial on: raywenderlich.com/9335365-core-data-with-swiftui-tutorial-getting-started
Jun ’20