Skip to the content.

Earn9ja Legal Documents

Official legal documents for the Earn9ja platform.

Documents Included

1. Privacy Policy (privacy-policy.md)

Explains how we collect, use, store, and protect user data. Covers:

2. Terms of Service (terms-of-service.md)

Defines the rules and guidelines for using Earn9ja. Covers:

3. Data Protection Policy (data-protection.md)

Details our compliance with Nigeria Data Protection Regulation (NDPR). Covers:

Compliance

These documents ensure compliance with:

Hosting Options

Option 2: Your Own Website

Option 3: Third-Party Services

Customization Required

Before publishing, update these placeholders:

In All Documents:

URLs to Update:

Integration with App

Add to Constants

// Earn9ja/constants/legal.ts
export const LEGAL_URLS = {
  privacyPolicy: "https://YOUR_USERNAME.github.io/earn9ja-legal/privacy-policy",
  termsOfService:
    "https://YOUR_USERNAME.github.io/earn9ja-legal/terms-of-service",
  dataProtection:
    "https://YOUR_USERNAME.github.io/earn9ja-legal/data-protection",
};

Display in App

import { Linking } from "react-native";
import { LEGAL_URLS } from "../constants/legal";

// Open document
const openLegalDocument = (url: string) => {
  Linking.openURL(url);
};

// Usage
<TouchableOpacity onPress={() => openLegalDocument(LEGAL_URLS.privacyPolicy)}>
  <Text>Privacy Policy</Text>
</TouchableOpacity>;

Add to Registration Flow

// During registration
<View>
  <Text>
    By registering, you agree to our{" "}
    <Text
      style={styles.link}
      onPress={() => openLegalDocument(LEGAL_URLS.termsOfService)}
    >
      Terms of Service
    </Text>{" "}
    and{" "}
    <Text
      style={styles.link}
      onPress={() => openLegalDocument(LEGAL_URLS.privacyPolicy)}
    >
      Privacy Policy
    </Text>
  </Text>
</View>

App Store Requirements

Google Play Store

  1. Go to Play Console → App content → Privacy policy
  2. Add URL: https://YOUR_USERNAME.github.io/earn9ja-legal/privacy-policy
  3. Save

Apple App Store

  1. Go to App Store Connect → App Information
  2. Privacy Policy URL: https://YOUR_USERNAME.github.io/earn9ja-legal/privacy-policy
  3. Terms of Service URL: https://YOUR_USERNAME.github.io/earn9ja-legal/terms-of-service
  4. Save

Maintenance

When to Update

Update these documents when:

How to Update

  1. Edit the Markdown files
  2. Update “Last Updated” date
  3. Commit changes to GitHub
  4. Notify users of significant changes (in-app notification)

Version Control

⚠️ Important: While these documents are comprehensive, consider having them reviewed by a Nigerian lawyer familiar with:

General Inquiries:
Email: [email protected]

Data Protection Officer:
Email: [email protected]

Nigeria Data Protection Bureau:
Website: https://ndpb.gov.ng
Email: [email protected]
Phone: +234 (0) 9-461-3858

Checklist

Before going live, ensure:

Resources


Document Set Version: 1.0
Created: January 2, 2025
For: Earn9ja Mobile Application
Compliance: NDPR 2019, Nigerian Law