---
title: "requestLicenseRenewal(appleItemIDs:)"
framework: marketplacekit
role: symbol
role_heading: Instance Method
path: "marketplacekit/applibrary/requestlicenserenewal(appleitemids:)"
---

# requestLicenseRenewal(appleItemIDs:)

Instructs iOS to request an updated app license from your marketplace server for the given app identifier.

## Declaration

```swift
nonisolated final func requestLicenseRenewal(appleItemIDs: [UInt64]) async throws
```

## See Also

### Updating apps

- [requestAppUpdate(_:)](marketplacekit/applibrary/requestappupdate(_:).md)
