Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

hathway/mparticle-apple-integration-radar

 
 

Repository files navigation

Deprecation Notice

This fork was originally created to allow use of shallow Radar clone and maintain metadata, in the hathway fork. Rather than update to include privacy manifest support as part of mParticle's 8.1.0 release, which includes Radar's 3.9.14 release, the fork has been retired.

The hathway fork maintained metadata, this can be done by getting and setting the Radar metadata around starting the kit:

        var radarMetadata = Radar.getMetadata() ?? [:]
        MParticle.sharedInstance().start(with: mParticleOptions)
        radarMetadata.merge(Radar.getMetadata() ?? [:]) { (_, new) in new }
        Radar.setMetadata(radarMetadata)

Radar Kit Integration

This repository contains the Radar integration for the mParticle Apple SDK.

Adding the integration

  1. Add the kit dependency via SPM or to your app's Podfile or Cartfile:

    pod 'mParticle-Radar', '~> 8.0'
    

    OR

    github "mparticle-integrations/mparticle-apple-integration-radar" ~> 8.0
    
  2. Follow the mParticle iOS SDK quick-start, then rebuild and launch your app, and verify that you see "Included kits: { Radar }" in your Xcode console

(This requires your mParticle log level to be at least Debug)

  1. Reference mParticle's integration docs below to enable the integration.

Documentation

Radar integration

License

Apache License 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 68.7%
  • Ruby 11.9%
  • Swift 8.8%
  • JavaScript 7.0%
  • Shell 3.6%