<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/react-native-tracker](./react-native-tracker.md) &gt; [PlatformContextRetriever](./react-native-tracker.platformcontextretriever.md) &gt; [getAppSetIdScope](./react-native-tracker.platformcontextretriever.getappsetidscope.md)

## PlatformContextRetriever.getAppSetIdScope property

Scope of the `appSetId`<!-- -->. Can be scoped to the app or to a developer account on an app store (all apps from the same developer on the same device will have the same ID).

<b>Signature:</b>

```typescript
getAppSetIdScope?: () => Promise<string | undefined>;
```
