> ## Documentation Index
> Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://developers.fireblocks.com/feedback

```json
{
  "path": "/docs/embedded-wallet-ios-sdk",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Embedded Wallet SDK

<Note>
  For Fireblocks' recommended embedded wallet solution, see [Dynamic Embedded Wallets](/docs/dynamic-embedded-wallets). The documentation below covers the legacy Embedded Wallet APIs and SDKs.
</Note>

# What's new in 1.0.10

* Improved authentication token handling.
* Added comprehensive network logging for both success and error responses
* Enhanced error handling for network logging operations
* Improved debugging capabilities with better network request/response visibility

# What's new in 1.0.3

* Enhanced Logging: Logs are now written to a single, unified file (within the NCW Core log structure), ensuring a clearer, sequential flow of events. This improves traceability and debugging.
