Skip to content

ringpublishing/RingPublishingGDPR-iOS

Repository files navigation

RingPublishing

RingPublishingGDPR

Module which collects and saves user's consent in accordance with the standard TCF2.0

Documentation

The documentation can be found at:

https://developer.ringpublishing.com/Money/docs/GDPRConsentManager/index.html.

Integration tutorial:

https://developer.ringpublishing.com/Money/docs/GDPRConsentManager/howto/integrate-using-ios-sdk.html.

How consents are stored:

https://developer.ringpublishing.com/Money/docs/GDPRConsentManager/topics/consent-storage-using-mobile-sdk.html.

Reference guide:

https://developer.ringpublishing.com/Money/docs/GDPRConsentManager/reference/gdpr-ios-sdk.html.

Requirements

  • iOS 11.0+
  • Xcode 11+
  • Swift 5.1+

Installation

CocoaPods

RingPublishingGDPR is available through CocoaPods. To install it, simply add the following lines to your Podfile using our private Cocoapods Specs repository. Please make sure you have access to this repository granted by us.

Additions to your Podfile:

source 'https://github.com/ringpublishing/RingPublishing-CocoaPods-Specs.git'

pod 'RingPublishingGDPR'

Usage

Start by importing RingPublishingGDPR:

import RingPublishingGDPR

then you have access to shared module instance:

RingPublishingGDPR.shared

For detailed example see demo project in Example directory or check our documentation.