🍎 NIJA - Final App Store Submission Note
Document Type: Quick Reference for App Store Review Team
Submission Date: February 2026
App Version: 7.2.0
Review Contact: support@nija.app
⚡ TL;DR - 60 Second Review Summary
What is NIJA?
Trading automation software that runs algorithmic strategies on users’ exchange accounts via API.
Is it safe?
Yes. Funds stay on user’s exchange. Multiple safety mechanisms. User maintains full control.
Is it copy trading?
No. Each account runs the same algorithm independently with proportional position sizing.
Is it financial advice?
No. It’s software. User makes decision to use it. User responsible for outcomes.
Are risks disclosed?
Yes. Comprehensive warnings at launch, activation, daily notifications, and settings.
Can users lose money?
Yes, and we’re very clear about this. Trading has risk. We don’t guarantee profits.
Compliance status?
✅ All Apple financial app requirements met. See detailed checklist below.
📋 Apple Review Checklist - All Requirements Met
✅ Financial App Requirements (Guideline 3.1.5)
| Requirement |
Status |
Evidence |
| Clear risk disclosure |
✅ Met |
RISK_DISCLOSURE.md - shown at first launch, activation, daily |
| No guaranteed returns |
✅ Met |
Explicitly stated in all disclaimers and documentation |
| Transparent operation |
✅ Met |
APP_STORE_SAFETY_EXPLANATION.md - independent trading model explained |
| User control |
✅ Met |
Pause/resume, kill-switch, revoke access via exchange |
| Age restrictions |
✅ Met |
17+ App Store rating, 18+/21+ age gate in app |
| Geographic compliance |
✅ Met |
User must confirm legal jurisdiction |
| Not financial advice |
✅ Met |
Clearly stated throughout app and docs |
| Terms of Service |
✅ Met |
TERMS_OF_SERVICE.md |
| Privacy Policy |
✅ Met |
PRIVACY_POLICY.md |
✅ Security Requirements (Guideline 2.5)
| Requirement |
Status |
Implementation |
| Secure credential storage |
✅ Met |
API keys encrypted on device, never transmitted to servers |
| HTTPS communication |
✅ Met |
All API calls use HTTPS |
| No malware/spyware |
✅ Met |
Clean codebase, no tracking beyond analytics |
| User data protection |
✅ Met |
Minimal data collection, encrypted storage |
✅ User Safety (Guideline 1.4)
| Requirement |
Status |
Protection |
| Physical safety |
✅ N/A |
Financial app, no physical safety concerns |
| Mental well-being |
✅ Met |
Risk warnings, cooling-off period, loss limits |
| Child safety |
✅ Met |
17+ rating, age gate enforced |
| Harmful content |
✅ N/A |
No user-generated content |
🔍 Common Review Questions - Quick Answers
Q1: “Is this copy trading?”
A: No.
Explanation:
- Copy trading = Account A copies trades from Account B (synchronized, same sizes)
- NIJA = Each account runs same algorithm independently (different timing, proportional sizes)
- Position sizes scale to account balance ($100 account → $2 trade, $10k account → $200 trade)
- No signal distribution between accounts
- Each account makes own decisions based on market analysis
Verification:
See APP_STORE_SAFETY_EXPLANATION.md Section: “Comparison to Prohibited Models”
Q2: “Why would results differ if everyone uses the same algorithm?”
A: Because of timing, account size, and execution differences.
Explanation:
- Timing: Network latency (milliseconds), independent scan schedules, market price changes
- Account factors: Balance size (position scaling), existing positions, available capital, risk settings
- Execution: Fill prices vary, slippage, order book depth, exchange choice
User Education:
We created FAQ section “Why do my trades differ from others?” that explains this transparently. Users see this BEFORE activating live trading.
Verification:
See APP_STORE_SAFETY_EXPLANATION.md Section: “Why Results Differ Between Users”
Q3: “Are you providing financial advice?”
A: No. We provide software, not advice.
Clear Distinction:
- NIJA is: Software tool, algorithmic automation, technology platform
- NIJA is NOT: Financial advisor, broker-dealer, investment advisor, fiduciary
Analogy:
- TurboTax (software tool) ≠ CPA (professional advisor)
- NIJA (software tool) ≠ Financial Advisor (professional)
User Understands:
- User decides whether to use the tool
- User is responsible for all trading decisions
- User is responsible for outcomes
- We provide no personalized investment recommendations
Verification:
See APPLE_APP_REVIEW_SUBMISSION_NOTES.md Section: “NOT Financial Advice”
Q4: “What if users lose money?”
A: They can, and we clearly disclose this risk.
Risk Disclosure Locations:
- First Launch Screen - Comprehensive warning with risks listed
- Strategy Activation - Reinforced before any live trading begins
- Daily Notifications - Regular reminders about risk
- Settings Screen - Persistent disclaimer always visible
- FAQ - Dedicated risk education section
Key Messages Shown:
- ✅ “Substantial risk of loss - you may lose all invested capital”
- ✅ “No guaranteed profits”
- ✅ “Past performance does not predict future results”
- ✅ “Only invest what you can afford to lose”
- ✅ “You are responsible for trading decisions”
Safety Mechanisms:
- Stop-losses on every trade (mandatory, cannot be disabled)
- Daily loss limits (default 5%, circuit breaker)
- Maximum drawdown protection (default 15%)
- Position size limits based on account tier
- Exchange minimum enforcement (prevents unprofitable micro-trades)
Verification:
See RISK_DISCLOSURE.md - Complete risk statement
Q5: “Do you hold user funds?”
A: Never. Funds stay on user’s exchange account.
Architecture:
User's Exchange Account (Coinbase/Kraken/etc.)
↑
│ API (Trading Only)
│
NIJA App (User's Device)
API Permissions Granted:
- ✅ Read balance
- ✅ Read positions
- ✅ Execute trades
- ✅ Close positions
- ❌ NEVER Withdraw funds
- ❌ NEVER Transfer funds
User Control:
- User can revoke API access instantly via exchange
- NIJA immediately loses all access
- User retains complete control of funds
Verification:
See APPLE_APP_REVIEW_SUBMISSION_NOTES.md Section: “User Control & Fund Security”
Q6: “How do you ensure compliance with financial regulations?”
A: We’re software, not a financial service, but we implement best practices.
Compliance Approach:
- Not a regulated entity - We’re software, not a broker/advisor
- User responsibility - User makes all trading decisions
- Transparent disclaimers - Clear about what we are/aren’t
- Regional awareness - Users must confirm local law compliance
- Age restrictions - 17+ rating, 18+/21+ gate enforced
- Risk disclosure - Comprehensive and prominent
What We Don’t Do:
- ❌ Provide investment advice
- ❌ Manage user accounts
- ❌ Act as broker or dealer
- ❌ Guarantee returns
- ❌ Hold or custody funds
Verification:
See REGULATORY_COMPLIANCE_FRAMEWORK.md
📱 App Flow - Review Walkthrough
Step 1: First Launch
User sees: Risk Disclosure Screen
- Explains substantial risk of loss
- Lists all major risks
- Requires acknowledgment checkbox
- Cannot proceed without accepting
Step 2: Age Gate
User confirms: 18+ years old (21+ where required)
- Checkbox confirmation
- Required before any setup
Step 3: Geographic Compliance
User confirms: Crypto trading legal in jurisdiction
- Warns about restricted regions
- User acknowledges responsibility
Step 4: API Setup
User enters: Exchange API credentials
- Security warning shown
- Permission list explained
- Encryption notice displayed
Step 5: Paper Trading (Recommended)
System recommends: Start with paper trading
- Risk-free testing period
- Learn how system works
- No real money risk
Step 6: Graduation to Live (Optional)
User activates: Live Trading
- Shows comprehensive activation screen
- Lists account balance
- Shows position size calculations
- Reinforces independent trading model
- Requires explicit opt-in checkbox
- Warning: “You may lose money”
Step 7: Ongoing
User receives: Daily notifications
- Reminder: “Past results ≠ future performance”
- Links to FAQ and disclaimers
- Encourages monitoring
🧪 Demo Account for App Review Team
If you need a test account:
📧 Email: support@nija.app
📝 Subject: “App Review Demo Account Request”
We’ll provide:
- Paper trading credentials (no real money)
- Walkthrough of all disclaimer screens
- Demonstration of independent trading model
- Access to all safety features
- Technical documentation
Response Time: Within 24 hours
📚 Complete Documentation Index
All documentation is included in the app submission:
For App Reviewers:
- APPLE_APP_REVIEW_SUBMISSION_NOTES.md ⭐ - Main review document (detailed)
- APPLE_FINAL_SUBMISSION_NOTE.md ⭐ - This file (quick reference)
- APP_STORE_SAFETY_EXPLANATION.md - Technical safety details
- APPLE_SUBMISSION_GREEN_LIGHT_CHECKLIST.md - Compliance checklist
For Users:
- NIJA_SAFETY_GUARANTEES.md ⭐ - One-page safety summary (NEW)
- RISK_DISCLOSURE.md - Complete risk statement
- TERMS_OF_SERVICE.md - Legal terms
- PRIVACY_POLICY.md - Privacy policy
- GETTING_STARTED.md - User onboarding guide
- README.md - Platform documentation
Technical Documentation:
- APEX_V71_DOCUMENTATION.md - Trading strategy details
- BROKER_INTEGRATION_GUIDE.md - Exchange integration
- SECURITY.md - Security architecture
- ARCHITECTURE.md - System architecture
✅ Final Verification Checklist
Before submitting, we verified:
🎯 Bottom Line for Reviewers
NIJA is compliant because:
- ✅ Transparent - Users know exactly how it works
- ✅ Safe - Multiple layers of protection, user control maintained
- ✅ Honest - Clear risk disclosure, no profit guarantees
- ✅ Legal - Software tool, not financial service
- ✅ Responsible - Age restrictions, geographic compliance
- ✅ Educational - Comprehensive documentation and support
We’ve designed NIJA to meet Apple’s highest standards while providing genuine value to users.
Primary Contact:
📧 support@nija.app
⏱️ Response time: Within 24 hours
Available For:
- Clarification questions
- Demo account setup
- Technical documentation requests
- Architecture verification
- Compliance verification
🚀 Ready for Approval
We’re confident NIJA meets all Apple App Store guidelines.
This submission includes:
- ✅ Complete and honest disclosures
- ✅ User safety mechanisms
- ✅ Comprehensive documentation
- ✅ Regulatory compliance
- ✅ Security best practices
- ✅ Educational resources
Thank you for your thorough review.
Document Version: 1.0
Created: February 4, 2026
For: Apple App Store Review Team
App: NIJA - Algorithmic Trading Platform v7.2.0