Questions tagged [good-dynamics]

Good Dynamics is an MDM platform and TLS / sandbox security implementation for mobile devices running iOS or Android. It comprises both end-user packages for device management and application distribution as well as an SDK for bespoke application development.

Good Dynamics is an MDM platform and TLS / sandbox security implementation for mobile devices running iOS or Android. It comprises both end-user packages for device management and application distribution as well as an SDK for bespoke application development.

25 questions
1
vote
1 answer

Xamarin AppDelegate does not implement UIApplicationDelegate when initializing good Dynamics

I am trying to create a binding for Good Dynamics so it can be used in Xamarin. I have finally got it to a point where it will build however when trying to initialize Good Dynamics the following error…
Gareth
  • 230
  • 3
  • 11
1
vote
2 answers

How Good Dynamics secures NSURLConnection?

Once GD is enabled (by calling enableSecureCommunication or authenticating the application) NSURLConnection is automatically secured. How does it do that?
Salil
  • 375
  • 1
  • 5
  • 14
0
votes
2 answers

How to open a url in Blackberry Access from an Android app

I have successfully opened the blackberry access from our IOS app using the url scheme access://open? , but it seems to be not working on Android. Our application is not integrated with blackberry sdk .
Rango
  • 61
  • 8
0
votes
1 answer

Xcode10 error: can't exec (No such file or directory) for a user defined build setting

I get the "error: can't exec (No such file or directory)" when building a project with a user-defined build setting which is a path to a script. The project builds in Xcode 9. ld = $(USER_LIBRARY_DIR)/Application\…
Blazej SLEBODA
  • 6,503
  • 3
  • 35
  • 69
0
votes
1 answer

Getting error "provisioning with enterprise failed" for good dynamic iOS app

I have configured Good dynamic SDK in iOS application. When I enter the account detail, App start fetching detail form Blackberry server. App getting error "provisioning with enterprise failed" while NOC Activation. Please check attached…
Rohit Kale
  • 1,262
  • 11
  • 31
0
votes
1 answer

Special character coming parsing the xml

When I am parsing xml, I am getting special in good dynamics application char like that pic.png but the actual text is like that "If you've got any question or need" But when I am parsing same text in normal application its working fine. I am using…
Newts
  • 1,346
  • 13
  • 23
0
votes
2 answers

How can I implement 2 different EMM solutions simultaneously on Android?

I have an android application which needs to integrate to 2 EMM's (Good Dynamics & Microsoft Intune). Both sdks require my activities and other subclasses to derive from the subclasses (which ultimately derive from the native ones) defined in their…
Varun Bhatia
  • 4,086
  • 29
  • 38
0
votes
1 answer

CSSMERR_TP_NOT_TRUSTED error with Good Dynamics App Wrapping

I'm trying to use Good Dynamics App Wrapping to secure my application. When I submit my app directly to the wrapping server (rather than through the Good service console), I get an error with a root cause of CSSMERR_TP_NOT_TRUSTED. Any ideas for a…
Heath Borders
  • 27,732
  • 16
  • 126
  • 230
0
votes
1 answer

Feasibility of using Good Dynamics instead of AFNetworking in RestKit

I realize this question is somewhat general; however, I'm trying to ascertain the complexity of using Good Dynamics' iOS SDK for RestKit's network operations instead of AFNetworking. I'm basically looking into the possibility of decoupling…
Evan R
  • 793
  • 11
  • 25
0
votes
0 answers

Good Dynamics iOS processing

I'm working on an iOS app using Good Dynamics that can be used to download documents from a server. I've found that when downloading multiple files at once (maybe around 40mb worth of data, among 5 different documents) the UI hangs for a bit. I've…
1
2