/react-native-adservices

Primary LanguageObjective-CMIT LicenseMIT

react-native-adservices

AdServices React Native Wrapper

Installation

yarn add @brigad/react-native-adservices

Usage

import { getAttributionToken, getAttributionData } from "@brigad/react-native-adservices";

// ...

const attributionToken = await getAttributionToken();
const attributionData = await getAttributionData(attributionToken);

See Apple Docs

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT