Questions tagged [mobileiron]

Issues related to MobileIron enterprise mobility management solution

MobileIron is a software solution for the management of mobile devices such as smartphones and tablet computers in an enterprise environment, as well as the secure mobile access to enterprise data.

42 questions
15
votes
3 answers

iOS Client Certificates and Mobile Device Management

Our customers want to use an MDM (mobile device management) solution (MobileIron) to install client certificates onto corporate iOS devices, in order to limit access to certain corporate web services to corporate devices only. MobileIron installs…
Brett Donald
  • 2,888
  • 3
  • 18
  • 38
9
votes
3 answers

RestrictionManager getRestrictions() is always empty

I'm trying to set-up the remote configuration for my app with MobileIron EMM. I've done everything as described in developer guide: 1. I've set-up the manifest: ...
Evgeniy Mishustin
  • 2,858
  • 2
  • 31
  • 68
4
votes
0 answers

Mobile Iron integration with React-native

I have React-native application, Now I would like to use AppConnect for my application, what is the best way to achieve it?In old threads(Mobile Iron official) I found we can't use AppConnect for React-Native application, still this features is not…
Jothi Kannan
  • 2,930
  • 4
  • 32
  • 65
3
votes
0 answers

Ionic iOS App WebKit crash in MobileIron Environment

My company is deveveloping an Ionic 3 App which is distributed to iOS devices using MobileIron. When the App is started the first time after install it appears to hang and there is a crash report in the device logs indicating that WebKit was…
3
votes
2 answers

Excluding manifest file from obfuscation

Is there a way to prevent AndroidManifest.xml from being obfuscated by DexGuard? It seems that MobileIron has some troubles with obfuscated manifest of our Android application. It processes a "plain" application just fine, but throws an error at the…
kibitzerCZ
  • 375
  • 7
  • 15
3
votes
1 answer

How to integrate mobileiron sdk in iOS

I am working on a enterprise level app in iOS. I need to secure it using Appconnect's mobileiron. I did not find the sdk for iOS and its related integration info in mobileiron website. Do I need to get a paid subscription to get its sdk? Can I get a…
Deepak Thakur
  • 3,155
  • 2
  • 33
  • 60
2
votes
0 answers

MobileIron custom configuration error : Plist not valid

I have a MobileIron cloud instance, i want to add a custom configuration for my in house app. I create my plist file with xCode. it has only one key value. But when i try to add the custom configuration using my plist i get : configData: the…
touti
  • 1,137
  • 6
  • 17
2
votes
0 answers

iOS enterprise app trust expires when offline

We have an internal enterprise app distributed by our MDM system (MobileIron). The app runs as expected at first but after a while (around 30 days) we start getting reports from the facilities using the app the it does not start anymore. All…
peroseth
  • 83
  • 1
  • 5
2
votes
3 answers

How to launch MobileIron Web@Work app from another iPhone app?

I am trying to figure out the URL name for MobileIron Web@Work in order to launch it from another app. For most apps you can type in "appname://" in safari and it will prompt to launch the application. For example, typing in "googlechrome://" in…
Brian Barnett
  • 21
  • 1
  • 4
2
votes
1 answer

How to install and test Web@Work from MobileIron on Android?

I want to test my website on MobileIron's Web@Work browser on Android but cannot see it in the Android Market Place. This previous question gave an answer for iOS (Web@Work is downloadable from the App Store): How to test with Web@Work from…
John Blenheim
  • 111
  • 2
  • 4
2
votes
2 answers

AppConnect Error : AppConnect cannot be instantiated directly

I am trying to Access the MDM using AppConnect SDK in swift 1.2 but it is giving following error : [AppConnect:Error] AppConnect cannot be instantiated directly. Instead, call +initWithDelegate: and then +sharedInstance. Code Snippet : import…
SRK
  • 674
  • 3
  • 10
  • 23
1
vote
1 answer

Mark an Azure AD device as compliant without using Intune

We use MobileIron with on-prem Exchange but are now looking to move some of our users to Office 365. I would like to avoid using a Sentry if possible (i.e. have the user devices go to Office 365 for email etc. directly rather than via the extra hop…
rakhesh
  • 15
  • 3
1
vote
0 answers

Mobile Iron build crash while rendering UITextview control

We have an strange issue on Mobile Iron iOS devices, the application crashes each time while loading screen containing UITextview control, Other screen works fine. The application works perfectly fine when installed on non mobile iron device. Thanks…
Mrigraj
  • 117
  • 6
1
vote
0 answers

C# MVC delegation failing in Chrome and MobileIron browswer, but not in IE

I have a web app that is attempting to use delegation for retrieving files and making requests to other servers. I have Kerberos all set up and running fine (I think), but the delegation is only working in IE. The…
Matt J
  • 41
  • 1
  • 7
1
vote
2 answers

AppConnect:Error : AppConnect is unable to start because [UIApplication sharedApplication] is not an instance of AppConnectUIApplication

I am getting an error, While accessing MDM using AppConnect SDK in swift 1.2. Error : [AppConnect:Error] AppConnect is unable to start because [UIApplication sharedApplication] is not an instance of AppConnectUIApplication. Code Snippet…
SRK
  • 674
  • 3
  • 10
  • 23
1
2 3