This is the changelog for the Privy Unity SDK.

0.0.8

Updated

  • Public API:
    • Exposed EmbeddedSolanaWallet object as publicly accessible.
0.0.7

Added

  • User Management:
    • Added refresh function to PrivyUser that allows developers to directly refresh user data.

Updated

  • iOS SDK Compatibility:
    • Updated iOS SDK version to 2.0.0-beta.5.
0.0.6

Updated

  • iOS SDK Compatibility:
    • Updated iOS SDK version to 2.0.0-beta.5.
0.0.5

Updated

  • iOS SDK Compatibility:
    • Updated iOS SDK version to 2.0.0-beta.4.
0.0.4

Added

  • Flutter SDK:
    • Added CocoaPods support for easier iOS integration.

Updated

  • iOS SDK Compatibility:
    • Updated SDK for compatibility with iOS SDK version 2.0.0-beta.3.
0.0.3

Fixed

  • Authentication:
    • Fixed issue in awaitReady to ensure authState properly updates on initialization.
0.0.2

Added

  • Authentication:
    • Implemented getAccessToken method to retrieve the user’s authentication token.

Updated

  • Native SDK Integration:
    • Added support for getAccessToken call in native iOS & Android SDKs.
    • Refactored native code for improved maintainability and efficiency.
0.0.1

Added

  • Authentication:

    • Login with Phone
    • Login with Email
    • Login with Custom Auth
  • Embedded Wallets:

    • Wallet creation (Ethereum & Solana)
    • Automatic wallet recovery
    • Signing messages & transactions
    • Broadcasting transactions
    • Multiple wallet support
  • Platform Support:

    • Native integration with iOS & Android SDKs