with-google-idfa-support

0.1.0 • Public • Published

Expo - with-google-idfa-support

An Expo Config Plugin to add the GoogleIDFASupport pod to your ios Podfile without ejecting or touching native code.

This basically links the AdSupport framework in your project, which in turn lets Google Analytics track conversions!

You can learn more about it here:

Getting started

Some points you need to be aware of before use this plugin

  • This plugin only works on iOS, and does nothing for Android

Installation

Prerequisites:

  • App project using Expo SDK 41+.
  • Installed expo-cli@4.4.4 or later.

With expo install

expo install with-google-idfa-support

Without expo install

# using yarn
yarn add with-google-idfa-support

# using npm
npm install with-google-idfa-support

Open your app.json or app.config.js and update your plugins section (expo install would do it for you):

{
  "plugins": ["with-google-idfa-support"]
}

Building and running

You can either:

  • Use expo prebuild and expo run:android/expo run:ios to update your native projects,
  • Use EAS Build to build your development client and release versions.

Credits

  • Expo

License

GNU GPL v3

Package Sidebar

Install

npm i with-google-idfa-support

Weekly Downloads

20

Version

0.1.0

License

MIT

Unpacked Size

41.3 kB

Total Files

9

Last publish

Collaborators

  • nicko170