Hi everyone:
I'm looking for set custom keyboard published in the App Store through MDM Server to devices not supervised. I mean, we need to distribute it by MDM, but also configure it by default. What does configure mean? Set the custom keyboard to be used as default in the whole system to prevent data leaks
Is this possible?
@eskimo
Thanks for your time
Post
Replies
Boosts
Views
Activity
Hi everyone:
How all we know the use of App-Prefs:root is a headache, because it causes rejection in AppStore, because it's considered that root and following is a private API. The app-settings: scheme redirect to our app settings, and that's not the behaviour expected
@eskimo what about only use App-Prefs:? Is it considered private API? Is it not an app scheme?
We have a lot of issues open by users because the mobileconfig download, since iOS 12.2 from Safari, not redirect the user to the profile settings.
Users complain because of it, and maybe with the simple fact of could open settings not our app settings, the settings app could solve the problem because of the iOS Bug is not resolved nowadays.
Thanks for all,
Best regards,
Hi everyone,
First of all thanks to read me.
Currently, I'm playing with the sample of tunnel provided by Apple and refactorized by community (because the Apple example is in swift 2 or maybe 3).
Here you could find the repo: https://github.com/networkextension/SimpleTunnel
After connect with my local server in my Mac, I tried to surf by internet, but I cannot.
Seems like traffic is not redirected to internet.
Any ideas?
Thanks for your time in advance