App Review Content Index for Apple App Store Guideline 4.7
Biblical Word Search is a word-search puzzle game implemented entirely within the mobile application binary submitted to Apple for review.
Firebase Firestore is used only for delivering puzzle content, storing user scores, and generating leaderboards.
| Component | Status |
|---|---|
| Game UI | Embedded |
| Gameplay Mechanics | Embedded |
| Navigation | Embedded |
| Rendering Engine | Embedded |
| Content Type | Description |
|---|---|
| Word Lists | Biblical words used in puzzles |
| Level Metadata | Level identifiers and category information |
| User Scores | Player progress and scores stored in Firestore |
| Leaderboards | Rankings generated from user scores |
The game contains thousands of word-search levels stored as structured data records in Firebase Firestore. Each record contains only a list of biblical words and associated metadata (level identifier and category label) — no code, scripts, or executable content of any kind.
All remotely delivered content consists solely of puzzle data and metadata consumed by the embedded Biblical Word Search game logic.
No executable code, scripts, plugins, software modules, mini-apps, or downloadable game engines are delivered remotely.
All gameplay functionality — including UI rendering, word matching, and navigation — remains embedded within the reviewed application binary.
Biblical Word Search is the only game or interactive entertainment feature present in the My Holy Church application. This page represents the complete index of all such features available to the App Store review test account.