This is the changelog for the Privy Unity SDK.
Updated
- Public API:
- Exposed
EmbeddedSolanaWallet
object as publicly accessible.
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
.
Updated
- iOS SDK Compatibility:
- Updated iOS SDK version to
2.0.0-beta.5
.
Updated
- iOS SDK Compatibility:
- Updated iOS SDK version to
2.0.0-beta.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
.
Fixed
- Authentication:
- Fixed issue in
awaitReady
to ensure authState
properly updates on initialization.
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.
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