Skip Navigation

Enable 
Samsung Pass
 for user authentication

Complete the following steps to add support for 
Samsung Pass
 to your 
BlackBerry Dynamics
 app.
Visit http://developer.samsung.com/ to download the 
Samsung Pass SDK
. Extract the SDK files.
  1. Add the libraries from the 
    Samsung Pass SDK
     to a local lib folder.
  2. Use one of the methods described in Integrating the BlackBerry Dynamics SDK in .aar format to add the 
    BlackBerry Dynamics
     library for 
    Samsung Pass
     (
    android_handheld_samsung_pass_support
    ) to your project.
When you use an obfuscation tool in your build and release process (it is a best practice to use 
ProGuard
), all the names of the classes in the support library and 
Samsung Pass SDK
 must be retained to ensure their functionality. You can use the following example to add the required lines to your 
ProGuard
 configuration files:
-keep public class com.good.gd.support.samsungpass.** { *; } -dontwarn com.good.gd.support.samsungpass.** -keep class com.samsung.android.** { *; } -dontwarn com.samsung.android.**