# Testing All Functionalities

## Building the Code:

To build an app, or any other target, select a scheme that contains the target. When you select a scheme to build, you also select a destination where you run the built products. Each scheme contains a list of real or simulated devices that represent the available destinations. To select a destination, click the destination name, which is next to the scheme name in the toolbar. Select an appropriate device from the pop-up menu.

<figure><img src="/files/t0vimmZKKftIpNnEBJk0" alt=""><figcaption></figcaption></figure>

To build and run your code, choose Product > Run, or click the Run button in your project’s toolbar

### Here is an example of app home screen running in Xcode simulator:

<figure><img src="/files/0z5GebgDvJaLMfeFDyTJ" alt=""><figcaption></figcaption></figure>

## Functionalities

### Getting Tokens into Wallet via Bolt Faucet

<figure><img src="/files/P0TPVbxA47emNMmT0MqA" alt=""><figcaption></figcaption></figure>

### Wallet Details

<figure><img src="/files/iSPp14fvdEFNk8rMfFxD" alt=""><figcaption></figcaption></figure>

### Network Details

<figure><img src="/files/9uVRdadO4uamDFnMpjeV" alt=""><figcaption></figcaption></figure>

### Allocation Details

<figure><img src="/files/3EKWeNzpwtZUOb6JSC1G" alt=""><figcaption></figcaption></figure>

### Uploading Image to an Allocation

<figure><img src="/files/4smUS0VlRFJorHKyX2Qp" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-old.zus.network/guides/zus-gosdk/gosdk-for-mobile-builds-ios-and-android/ios-gosdk-sample-app/testing-all-functionalities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
