---
title: "reset(forExtensionWithIdentifier:)"
framework: identitylookup
role: symbol
role_heading: Instance Method
path: "identitylookup/livecalleridlookupmanager/reset(forextensionwithidentifier:)"
---

# reset(forExtensionWithIdentifier:)

Resets the cache associated with the app extension.

## Declaration

```swift
func reset(forExtensionWithIdentifier identifier: String) async throws
```

## Parameters

- `identifier`: The identifier for the app extension.

## Mentioned in

Getting up-to-date calling and blocking information for your app

## Discussion

Discussion With this function, the system refetches the on-device data.

## See Also

### Checking status and fetching data

- [extensionPointName](identitylookup/extensionpointname.md)
- [openSettings()](identitylookup/livecalleridlookupmanager/opensettings().md)
- [refreshPIRParameters(forExtensionWithIdentifier:)](identitylookup/livecalleridlookupmanager/refreshpirparameters(forextensionwithidentifier:).md)
- [status(forExtensionWithIdentifier:)](identitylookup/livecalleridlookupmanager/status(forextensionwithidentifier:).md)
