1.0.1 • Published 3 years ago

appconsent-reactnative v1.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

appconsent-reactnative

npm version types license install size minizipped size downloads monthly downloads total

AppConsent® cmp, the transparency-based consent management platform.

Getting started

Setup the environment for react-native as explained here.

npm install appconsent-reactnative --save

iOS

Run pod install.

:memo: AppConsent SDK supports the new App Tracking Transparency framework (> iOS 14+ available).You must register the NSUserTrackingUsageDescription key in the Info.plist file of your application.

The documentation for the iOS AppConsent framework can be found here.

Android

In project/build.gradle, add this maven url in the allprojects/repositories block.

allprojects {
    repositories {
        maven {
            url "https://artifactory.datalf.chat/artifactory/app-consent-v2-release"
        }
    }
}

The Documentation for the Android AppConsent framework can be found here.

Usage

import AppConsent from 'appconsent-reactnative';

// Configure at launch (appKey:forceApplyGDPR:forceATT)
AppConsent.configureWith("appKey", true, true);

Documentation

Our detailed documentation is accessible at https://docs.sfbx.io.

License

MIT

1.0.1

3 years ago

1.0.0

3 years ago

0.9.16

3 years ago

0.9.17

3 years ago

0.9.14

3 years ago

0.9.15

3 years ago

0.9.12

3 years ago

0.9.13

3 years ago

0.9.9

3 years ago

0.9.10

3 years ago

0.9.11

3 years ago

0.9.8

3 years ago

0.9.7

3 years ago

0.9.6

4 years ago

0.9.5

4 years ago

0.9.4

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago