Questions tagged [blackberry-dynamics]

Use this tag for questions about the BlackBerry Dynamics SDK - a powerful set of tools that allow you to focus on building useful productivity apps

The BlackBerry Dynamics SDK provides a powerful set of tools that allow you to focus on building useful productivity apps rather than learning how to secure, deploy, and manage those apps. You can use the BlackBerry Dynamics SDK to develop apps for all major platforms that leverage valuable services, including secure communications, interapp data exchange, presence, push, directory lookup, single sign-on authentication, and identity and access management.

27 questions
4
votes
0 answers

Socket.IO using Blackberry Dynamics Cordova API

I have a Cordova App that uses Socket.IO for communication with the server. I would like to make the app compatible with the Blackberry Dynamics which appears to have a number of plugins that replace the common methods of connecting to the server…
2
votes
2 answers

BlackBerry Dynamics SDK for iOS v. 8.1.0.37 and Firebase analytics crash the application on iOS 14

We have integrated BlackBerry Dynamics SDK to our iOS application which is also using Firebase analytics. Everything is working fine in devices running iOS 12/13, but on devices running iOS 14 the application crashes when initialising Firebase. The…
1
vote
0 answers

Build of Xamarin iOS app fails on VS for Windows when using dynamic version of BlackBerry Dynamics SDK

We are currently switching from the static version of BlackBerry Dynamics SDK for Xamarin iOS to the new dynamic version. As far as I understand now GoodDynamics.iOS.dll does not contain all the resources anymore, but instead references the contents…
tozyw
  • 23
  • 3
1
vote
1 answer

Blackberry Dynamics - authentication via oAuth does not call back to the main app

We have a Xamarin iOS app which uses the Blackberry dynamics iOS Xamarin SDK v10.0.0.19. We recently changed our authentication process from basic auth to oAuth, which somehow does not work as intended. We use a "ASWebAuthenticationSession" to…
tozyw
  • 23
  • 3
1
vote
1 answer

What is the difference between BBWebview and GDWebview?

GDWebview has been in the SDK for a while. BBWebview is newly referenced in SDK 9.2. They seem to both extend from android.webkit.Webview Is there a difference between these classes? Are there use cases that each are intended for?
1
vote
1 answer

Xamarin IOS needs to redirect to BB Access for OpenID connection

A client wants to open the BB Access browser when logging in with OpenID (They are using Azure) and i'm having trouble finding docs about this specific issue. We only want to open BB Access as a browser and let our backend handle the rest of the…
Fusion
  • 11
  • 1
1
vote
2 answers

Upgrading Blackberry Dynamics app - native Linking error

I am upgrading an existing app written using the Xamarin Bindings for Blackberry Dynamics on iOS. I have updated to the static SDK for iOS v8.1.0.37, and am using Visual Studio for Mac 8.7.8 on macOS Catalina 10.15.7. Xcode 12.0.1 and Xamarin.iOS…
1
vote
0 answers

How to fix veracode issues which are occurred due to blackberry dynamics sdk?

I am using blackberry dynamics SDK in my android application for security purpose. For scanning the application I am using Veracode. But I am getting some errors in the Veracode report. When I scan the application without using blackberry SDK I…
Abhishek
  • 95
  • 1
  • 8
1
vote
0 answers

GD_ gets added to path when downloading file using URLSession with BlackBerry Dynamic SDK in swift iOS

I have integrated Blackberry dynamics sdk3.4.1.82 in my iOS Swift application. I am downloading file from server using "downloadTask" method. Once file get downloaded, "tempLocalUrl" gets added "GD_" in path. But actual in filesystem name doesn't…
RohitK
  • 1,444
  • 1
  • 14
  • 37
0
votes
0 answers

WKWebView in Blackberry Dynamics iOS app cannot save cookies

We have a Xamarin.iOS app which uses the Blackberry Dynamics SDK. (v11.0.1.11) In this app we show a WKWebView, which loads a page that uses cookie based authentication. The problem is, that cookies seem not to be correctly saved. During loading of…
0
votes
1 answer

How to enable App Store reviewers to test Blackberry Dynamics apps

We would like to publish our app, which uses the Blackberry Dynamics SDK, via unlisted store entry in the Apple app store. (https://developer.apple.com/support/unlisted-app-distribution) For this the app has to go through the store review process.…
0
votes
1 answer

How to attach a SSL certificate in a request call using GDHttpClient in Blackberry Dynamics | Android

While we use HttpClient we will follow below code, var httpClientBuilder = OkHttpClient.Builder() var caFileInputStream = context.resources.openRawResource(R.raw.my_certificate) // We're going to put our certificates in a Keystore …
0
votes
1 answer

How to load www folder(html files) from internal storage to BBDCordovaWebview?

I have a file named index.html in assets folder. We are reading this file and writing it to BBD Secure storage using File class wrapper(FileOutputStream) provided by BBD. Code for writing it to BBD secure…
0
votes
1 answer

Launch Outlook from Blackberry Dynamics app

Is it possible to launch outlook from Blackberry dynamics app. If yes, what are the steps to be taken? Is it possible to select the mail client like work or outlook from a blackberry dynamics app?
0
votes
0 answers

Which Barcode / QR code scanner plugin should be used to work with Blackberry Access in Android Mobile?

I am working on Ember Application. Have checked the following plugins for barcode\ qr code scanning. But none of then works in Blackberry Access browser on Android phone. Plugins…
1
2