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
0
votes
1 answer

Blackberry Access App fails to open Camera in Android for scanning Barcode

Blackberry Access (v3.3.0) fails to open Camera in Android. I am using ZXing library for barcode which returns error saying "DOM Exception: Permission Denied". I checked the known issue list of Blackberry Access for version 3.3, it mentions about…
0
votes
2 answers

Black-Berry Integration in iOS

After integration of Black-Berry in iOS(React-Native), when app launches on simulator, it got crashed. Error is :- Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Delegate property not set. Either call [GDiOS…
0
votes
2 answers

Unable to integrate "Black Berry Dynamics" in React-Native (iOS)

I followed these steps to integrate :- https://github.com/blackberry/BlackBerry-Dynamics-React-Native-SDK/blob/master/modules/BlackBerry-Dynamics-for-React-Native-Base/README.md#blackberry-dynamics-sdk-for-ios and then in package.json -> dependency…
0
votes
1 answer

Get BB Dynamics Authorized User's Email Address in React Native App, Blackberry-Dynamics-React-Native-SDK

I have integrated Blackberry Dynamics in my React Native App using the Blackberry-Dynamics-React-Native-SDK. React Native Version - 0.63.4, BB Dynamics SDK version - 8.1 After passing through the authentication screens provided by BlackBerry…
0
votes
1 answer

Dynamics SDK v9.1 - iOS Simulator on M1 Apple Silicon Support

The release notes for Dynamics SDK v9.0.x mentions that iOS Simulator isn't supported on M1 Macs. On Apple M1 devices, the SDK does not support building and debugging BlackBerry Dynamics apps on the iOS simulator. As a workaround you can build and…
0
votes
1 answer

Unable to get response from Private URL using fetch from BlackBerry-Dynamics-for-React-Native-Networking

Here is my code snippet import { fetch } from 'BlackBerry-Dynamics-for-React-Native-Networking'; async componentDidMount() { try { let res = await fetch('http://my-private-url.com', { method : 'GET', headers : {} …
0
votes
1 answer

Blackberry Access App crash when input type date is clicked in IOS 14 device

Blackberry Access App gets crashes when input type date is clicked in IOS 14 device. I am using latest version of blackberry access (v3.2). This happens only in blackberry access. On safari in IOS 14 device, it works fine.
0
votes
1 answer

BlackBerry Dynamics - do the Xamarin bindings work with the new Dynamic Framework beta?

I maintain several iOS apps that use BlackBerry Dynamics Bindings for Xamarin.iOS. One of our apps has a production version that was build against version 6.0.1.6 of the bindings, along with an earlier version of the SDK and targeted iOS 12. With…
0
votes
2 answers

BlackBerry Dynamics SDK iOS v. 8.0 crash app

I did new enterprise application for BlackBerry Dynamics servers. I did register at Blackberry and take a free trial for BlackBerry UEM server Cloud (for test purposes). Any way, after all stages with activation device etc., my application got Crash…
0
votes
0 answers

The type initializer for 'BBDXamarinForms.Droid.Library.Config.BBDXamarinConfig' threw an exception

I am creating a Xamarin forms app using blackberry dynamics SDK in it. While I am initializing blackberry dynamics, I get an error in function BBDXamarinConfig.Initialize(); I added the SDK (dll files) of blackberry dynamics in Xamarin form app for…
0
votes
1 answer

Value is always undefined returning from promise

I am currently working with the blackberry dynamics SDK. I am currently using the http request functionality for the SDK but every time I want to return a response from a http call its always undefined - I tried promisifying it to return a value but…
Studento919
  • 625
  • 2
  • 15
  • 44
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
  • 8,936
  • 7
  • 53
  • 93
1
2