iOS SDK
TruConsent does not ship a standalone native iOS SDK. iOS support is provided through two cross-platform SDKs that compile and deploy to both iOS and Android from a single codebase:
| SDK | Package | iOS support |
|---|---|---|
| Flutter SDK | truconsent_consent_notice_flutter | ✓ iOS 13+ |
| React Native SDK | @truconsent/consent-notice-react-native | ✓ iOS 13+ (Expo managed & bare) |
Both SDKs include the consent banner (TruConsentModal) and the Rights Center (NativeRightCenter).
Get started
Section titled “Get started”- Flutter app → Flutter SDK overview
- React Native / Expo app → React Native SDK overview