---
title: PingID SDK Package 1.13 (October 28, 2020)
description: The PingID SDK 1.13 package is released with the following components:
component: pingid
page_id: pingid:release_notes:pid_sdk_package_oct_28_2020
canonical_url: http://docs.pingidentity.com/pingid/release_notes/pid_sdk_package_oct_28_2020.html
revdate: May 29, 2024
section_ids:
  enhancements: Enhancements
  pingid-sdk-integration-kit-1-9-pingid-sdk-1-13-package-for-pingfederate: PingID SDK Integration Kit 1.9 (PingID SDK 1.13 package) for PingFederate
  mobile-device-access-support-for-pingfederate-authentication-api: Mobile device access support for PingFederate Authentication API
  push-notification-categories: Push notification categories
  resolved-issues: Resolved issues
---

# PingID SDK Package 1.13 (October 28, 2020)

The PingID SDK 1.13 package is released with the following components:

| PingID SDK component                            | Module                                  | Submodule                            | Version  | Status    |
| ----------------------------------------------- | --------------------------------------- | ------------------------------------ | -------- | --------- |
| **PingID Mobile SDK**                           | PingID Mobile SDK for Android           |                                      | 1.5      | Unchanged |
|                                                 | PingID Mobile SDK for iOS               |                                      | 1.5      | Unchanged |
|                                                 | PingID Mobile SDK for iOS               |                                      | 1.4.1    | Legacy    |
| **PingID SDK Server sample code**               |                                         |                                      | 1.4      | Unchanged |
| **PingFederate PingID SDK Integration Kit 1.9** | PingFederate PingID SDK IDP Adapter 1.8 | PingFederate PingID SDK IDP Adapter  | 1.8      | Updated   |
|                                                 |                                         | \*PingID SDK CIBA Authenticator      | 1.1      | Updated   |
|                                                 |                                         | PingFederate PingID SDK IDP Selector | 1.1      | Unchanged |
|                                                 |                                         | \*\*PingFederate Authenticator API   | 1.0.0.50 | Updated   |
|                                                 | PingFederate PingID SDK Connector       |                                      | 1.2.1    | Unchanged |

* The PingID SDK CIBA Authenticator is part of the PingFederate PingID SDK IDP Adapter jar.

  * **Important**: If the current PingFederate Authenticator API version is above 1.0.0.50, you should not replace this jar file.

## Enhancements

PingID SDK has been extended with the following features:

### PingID SDK Integration Kit 1.9 (PingID SDK 1.13 package) for PingFederate

#### Mobile device access support for PingFederate Authentication API

* PingID SDK's integration with the PingFederate Authentication API for end-user interactions now supports mobile device access flows. See [Integration with the PingFederate Authentication API](https://apidocs.pingidentity.com/pingid-sdk/guide/pf-adapter/pid_c_SDKadapterForPFauthenticationApi/) in the PingID SDK documentation.

* [PingID SDK adapter core contract attributes](https://apidocs.pingidentity.com/pingid-sdk/guide/pf-adapter/pid_c_SDKforPFpingidSdkStatus/) have been extended with new values for` pingid.sdk.status` and related values for `pingid.sdk.status.reason`, for integration with the PingFederate Authentication API. New values for `pingid.sdk.status`:

  * `com.pingidentity.pingidsdk.device_paired`

  * `com.pingidentity.pingidsdk.device_access_allowed`

#### Push notification categories

* Categories can be defined, so that any type of notification can be sent according to a category.

* Similar to iOS push notification categories, from PingID SDK adapter for PingFederate 1.8 onwards, the 'category' attribute is sent in the push payload. This attribute can be used for creating different types of push notifications, as defined in the adapter.

* The PingID SDK [Authentication API](https://apidocs.pingidentity.com/pingid-sdk/guide/server-api/pid_c_SDKapiAuthentication/) has been extended with a new parameter:

  * `pushCategory`

* [Dynamic parameter support](https://apidocs.pingidentity.com/pingid-sdk/guide/pf-adapter/pid_c_SDKforPFdynamicParameters/) has been extended with a new parameter:

  * `pingIdSdkCategory`

* PingID SDK CIBA Authenticator 1.1 (included in PingID SDK adapter for PingFederate 1.8), now supports push notification categories. See [Configuring the CIBA Authenticator for PingID SDK](../pingid_sdk/pid_configuring_ciba_authenticator_pid_sdk.html).

## Resolved issues

| Ticket ID | Description                                                                                                                                                                                                   |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| PIDC-1869 | A user opened a mobile browser on an iOS device and received a push notification to approve access. In some cases, when returning to the browser, the user received an error message. This has been resolved. |
