1.0.1 • Published 2 years ago

appconsent-reactnative v1.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 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

2 years ago

1.0.0

2 years ago

0.9.16

2 years ago

0.9.17

2 years ago

0.9.14

2 years ago

0.9.15

2 years ago

0.9.12

2 years ago

0.9.13

2 years ago

0.9.9

2 years ago

0.9.10

2 years ago

0.9.11

2 years ago

0.9.8

2 years ago

0.9.7

2 years ago

0.9.6

3 years ago

0.9.5

3 years ago

0.9.4

3 years ago

0.9.3

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago