Skip to main content

Add App in Security Server in KOBIL Digitanium / KOBIL Digitanium+

After you have registered a currently not used AstAppName in Register App Version process, you have to add its Push Notification provider parameter:

  1. In SSMS, go to App Security Management \ Versions \ Push Notification:
  2. Click on the 'Add' button or select configuration button for one AstAppName. You come to a 'Push notification configuration' screen:
  3. Select the correct AstAppName ('App-Name')
  4. Enter the credentials per Push Notification provider
Client platformNeeded Credentials
Android, Flutter apps on Android/iOSFirebase API-Key (deprecated legacy FCM)
Android, Flutter apps on Android/iOSFirebase Service Account Json (requires min. SSMS 3.7.12)
HuaweiHuawei API Id, Huawei Secret Key
iOS (without Flutter apps)APNS-Certificate, APNS-Certificate Password, APNS Signing Key, APNS Team ID, APNS Key ID, iOS App Bundle ID
  1. Press 'OK' button
  2. For iOS apps (when not using Flutter), you need to configure the push server that you want to use: If you are testing the push notifications in developer mode you need to use 'api.development.push.apple.com', if you are using the push notifications in production mode, you need to use 'api.push.apple.com'. This must be entered in the DNS settings of SSMS as follows: Then scroll down to the DNS settings which will look like Make the changes and then scroll down and save the settings and now your app is ready to test the push notifications.

Note: For additional details see SSMS documentation.