> For the complete documentation index, see [llms.txt](https://create.cloud4wi.ai/dev-hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods.md).

# SDK methods

{% hint style="info" %}
The terms *Customer* and *User* are sometimes used in this documentation interchangeably, and they both refer to the app user
{% endhint %}

### List of methods

<table><thead><tr><th width="302.51181102362204">Method</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/P0LwKCEZ8SL3s4K6ZBNP">initC4w</a></td><td>Initialize the SDK and updates certain Customer attributes at every login</td></tr><tr><td><a href="/pages/gfNl0HWnCMljtAFGMdRY">createCustomer</a></td><td>Initializes the customer object in the Cloud4Wi account</td></tr><tr><td><a href="/pages/aeQpgzNy1oOPPG3ecEWa">createWPA2EnterpriseProfile</a></td><td>Triggers the installation of a WPA2-Enterprise Wi-Fi profile in the device</td></tr><tr><td><a href="/pages/0SnznuXdrMmpCA3ecdHV">createPasspointProfile</a></td><td>Triggers the installation of a Passpoint Wi-Fi profile in the device</td></tr><tr><td><a href="/pages/X9KOmywFAuyrDP4MeLGV">getCreatedWPA2EnterpriseProfiles</a></td><td>Returns list of WPA2-Enterprise Profiles initialized on the device</td></tr><tr><td><a href="/pages/mlfKEkstZltoYRZe8z9e">getCreatePasspointProfiles</a></td><td>Returns list of Passpoint Profiles initialized on the device</td></tr><tr><td><a href="/pages/SwIk4Duh4LeXmMkuYBwG">deleteWPA2EnterpriseProfile</a></td><td>Deletes installed WPA2Enterprise profile</td></tr><tr><td><a href="/pages/0nWo0AGT8UxpQD3hSeLB">deletePasspointProfile</a></td><td>Deletes installed Passpoint profile</td></tr><tr><td><a href="/pages/frpBg0tq2nWfGzQTK7WA">logout</a></td><td>Removes the customerId saved during the create customer, removes any reference to the customer,  removes Wi-Fi profiles related to the customer</td></tr><tr><td><a href="/pages/aT1Kl8xzCK6xhjP8xbQh">getCustomerId</a></td><td>Returns the identified of the customer created/logged with Cloud4wi Wifi SDK</td></tr><tr><td><a href="/pages/1vf97lffN2GH3uMzcH2h">getCustomerInfo</a></td><td>Retrieve customer profile by username/password</td></tr><tr><td><a href="/pages/NlQcMD4CLFuDESFblIsn">updateCustomer</a></td><td>Update the Customer attributes</td></tr><tr><td><a href="/pages/H2IvTk6GnK8WdiNhSzPV">setupCustomer</a></td><td>Create empty customer with default policies</td></tr><tr><td><a href="/pages/SnrOlLmm5Fq3t1e38HRj">updateCustomerInfo</a></td><td>Update a Customer metadata</td></tr><tr><td><a href="/pages/ca21SgJoR4vam4QHD6Ld">checkIfCustomerExists</a></td><td>Search a Customer by customer properties</td></tr><tr><td><a href="/pages/71M5QCHb7XjqJx4lBr06">getListOfPolicies</a></td><td>Get the list of policies configured in the Cloud4Wi account</td></tr><tr><td><a href="/pages/GTrTgoGB1dvV7oUp8qp1">setAPIAuthParams</a></td><td>Set SDK authentication parameters</td></tr><tr><td><a href="/pages/IpYlwRqbKDZwmSx3P2at">setInterlinkedC4WIMobileSDKApplications</a></td><td>Configure the list of applications to be interlinked with the current application</td></tr><tr><td><a href="/pages/8sDuPz4GKBOHOwYbqCcU">getInterlinkedC4WIMobileSDKApplications</a></td><td>Get the applications interlinked with the current one</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://create.cloud4wi.ai/dev-hub/wifi-sdk/integrating-the-sdk/ios/sdk-methods.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
