Questions tagged [mobile-config]

7 questions
2
votes
0 answers

Sign mobileconfig file using certificate programmatically with Swift

my question is how to programmatically sign the configuration file before downloading the file from the local server? I have a file of type .mobileconfig and a certificate file of type .pem with a key received from Zerossl. There are 3 chain…
1
vote
1 answer

iOS 14, mobileconfig, DNS over HTTPS with DNSDomainMatch whitelist support

I run my own dns over https server. I'm wanting most DNS requests to go through it, but any requests from "apple.com", "icloud.com" domains/subdomains to bypass my DOH server and just use the phone's default DNS for that. I've created a…
CamHart
  • 3,825
  • 7
  • 33
  • 69
0
votes
0 answers

Is it possible to import shortcuts with a mobileconfig file?

I wanted to import multiple shortcuts with one file. My idea was to make something like a shortcuts library/module where every shortcut is a function that can be runned by an other shortcut. Could a mobileconfig file be a solution?
0
votes
1 answer

generate a .mobileconfig file when I click a button on web page

I need to generate a .mobileconfig file when I click a button on the web. Myjob : there are list of icons on the website , I can select desired icons and click a button , when I click button I need to generate a .mobileconfig file with selected…
HelloCH
  • 7
  • 5
0
votes
1 answer

meteor mobile app does not work on android 9 and 10

I made a mobile app from a meteor project. The app works well on Android 7 and 8. But it does not work on Android 9 and 10. The login page is displayed on the mobile but I can not login. It seems that the request is not sent to the server and after…
ramin
  • 89
  • 1
  • 11
-1
votes
1 answer

How to make a .mobileconfig/profile that donwloads a .app

How to make a .mobileconfig/profile that downloads a .app file. I have an app that is not for the public, just for friends and i want to make a easy way for them to download for free. I have searched all over internet without finding how.
Sheft
  • 1
-1
votes
1 answer

Whenever I add a new cordova package to Meteor I get "Error: Variable(s) missing: REVERSED_CLIENT_ID"

Building an ios application from an existing Meteor package. I have been running the following in order to get the application to become an Xcode project: meteor build ../example-output --mobile-settings settings-staging.json --server…
maudulus
  • 10,627
  • 10
  • 78
  • 117