docs: align Flutter native dependency versions for CNAME updates#73
docs: align Flutter native dependency versions for CNAME updates#73denischilik wants to merge 2 commits into
Conversation
Pin Android mParticle/Rokt dependencies to 5.79.0 and update iOS pod guidance to 9.2 while documenting native CNAME configuration examples for both platforms.
PR SummaryMedium Risk Overview Pins Android dependencies to Adds optional CNAME initialization examples: Android via Reviewed by Cursor Bugbot for commit 4faeef9. Bugbot is set up for automated code reviews on this repo. Configure here. |
| // Override point for customization after application launch. | ||
| let mParticleOptions = MParticleOptions(key: "<<<App Key Here>>>", secret: "<<<App Secret Here>>>") | ||
| let networkOptions = MPNetworkOptions() | ||
| networkOptions.customBaseURL = URL(string: "https://rkt.example.com") |
There was a problem hiding this comment.
Please add a comment to explain this is an optional configuration or better move the CNAME config to it's own section in the docs.
Keep Android and iOS initialization snippets minimal by removing custom CNAME setup from the default path, and document CNAME configuration in separate optional examples.
Summary
com.mparticle:android-core:5.79.0andcom.mparticle:android-rokt-kit:5.79.0in plugin/example Gradle configs and setup docsmParticle-Apple-SDK ~> 9.2NetworkOptions.withNetworkOptions) and iOS (MPNetworkOptions.customBaseURL)Test plan
README.md,CHANGELOG.md, andios/mparticle_flutter_sdk.podspecfor version consistencymParticle-Apple-SDK ~> 9.2