Skip to content

Commit

Permalink
Merge pull request #663 from wultra/feature/628-activation-data-shari…
Browse files Browse the repository at this point in the history
…ng-docs

Activation data sharing docs
  • Loading branch information
hvge authored Jan 20, 2025
2 parents ba44c3f + c715c29 commit d020679
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 341 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ In order to connect to the [PowerAuth](https://www.wultra.com/product/powerauth-
## Integration Tutorials

- [PowerAuth SDK for iOS and tvOS Apps](./docs/PowerAuth-SDK-for-iOS.md)
- [PowerAuth SDK for iOS and tvOS Extensions](./docs/PowerAuth-SDK-for-iOS-Extensions.md)
- [PowerAuth SDK for watchOS](./docs/PowerAuth-SDK-for-watchOS.md)
- [PowerAuth SDK for Android Apps](./docs/PowerAuth-SDK-for-Android.md)

Expand Down
7 changes: 3 additions & 4 deletions docs/Migration-from-1.9-to-1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,13 @@ PowerAuth Mobile SDK in version `1.10.0` provides the following improvements:

## iOS & tvOS App Extensions

- Removed all interfaces deprecated in release `1.9.x`
- The `PowerAuth2ForExtensions` library is now deprecated and no longer supported and maintained. You can use full feature PowerAuth mobile SDK as a replacement in your app extension.

## Known Bugs

The PowerAuth SDKs for iOS and tvOS App Extensions, as well as for watchOS, do not use time synchronized with the server for token-based authentication. To avoid any compatibility issues with the server, the authentication headers generated in your App Extension or on watchOS still use the older protocol version 3.1. This issue will be fixed in a future SDK update.
The PowerAuth SDKs for watchOS, do not use time synchronized with the server for token-based authentication. To avoid any compatibility issues with the server, the authentication headers generated in your App Extension or on watchOS still use the older protocol version 3.1. This issue will be fixed in a future SDK update.

You can watch the following related issues:

- [wultra/powerauth-mobile-sdk#551](https://github.com/wultra/powerauth-mobile-sdk/issues/551)
- [wultra/powerauth-mobile-watch-sdk#7](https://github.com/wultra/powerauth-mobile-watch-sdk/issues/7)
- [wultra/powerauth-mobile-extensions-sdk#7](https://github.com/wultra/powerauth-mobile-extensions-sdk/issues/7)
- [wultra/powerauth-mobile-watch-sdk#7](https://github.com/wultra/powerauth-mobile-watch-sdk/issues/7)
283 changes: 0 additions & 283 deletions docs/PowerAuth-SDK-for-iOS-Extensions.md

This file was deleted.

Loading

0 comments on commit d020679

Please sign in to comment.