Overview
Don’t buy source code, Buy opportunities!
This app helps you to build a successfully content based Educational app. You just need to add content and publish it to App Store.
You are not a tech guy? Don’t worry!
We offer support and customization based on your needs and requirements. Don’t hesitate to contact us
You can customize this App Template to any subject you have in mind (School homeworks, Driving licence, Fitness, Personalities etc.), by just changing app themes, images, theory & quiz content.
Try a demo version of this template.
Successful Apps made using this source code.
Note: Need customization of this app? Don’t hesitate to contact us, we guarantee high quality mobile apps in short time.
Main Features:
Theory content which supports 3 document formats: EPUB, PDF & HTML files;
Practice & quiz mode with question explanation;
Content stored & loaded from JSON files;
Google AdMob Video Rewards monetization;
InApp purchase monetization;
Statistics for each test with review answers;
Flashcards with swipe and drag feature;
Support Localization in different languages;
iOS Dark Mode support;
Offline data support;
Firebase Analytics;
Settings screen with contact us, restore purchase and user preferences.
Requirements
- Basic knowledge of how iOS app works
- Cocoapods
- Xcode 10+
- Swift 4.2
Refund Policy
We don’t offer a refund. (If the item is downloaded) Please read the description and compatibility content thoroughly before purchasing as we don’t offer a refund if you buy it by mistake.
Reskin & content structure:
All configurations steps you can find in Documentation file included in the package, which explains how to change content, configure & reskin the app.
Theory content:
{
"fileName": "introduction",
"name": "File title here",
"fileType": "pdf | html"
}
Quiz list content:
{
"id": 1,
"title": "Alert driving"
}
Quiz question sample:
{
"category":1, // Topic or Category id from above
"correctAnswer":0, // Represents corrent answer index
"id":13,
"question":"Question title",
"image":"663.jpeg", // Image file name, can be optional
"answers":[
"Answer 1",
"Answer 2",
"Answer 3"
],
"explanation":"Question explanation" // Question explanation, can be optional
}
Flashcards content sample:
{
"answer":"Correct answer",
"question":"Question?"
}
Versions:
2023-09-12
-Fix: Update to support latest version of Xcode 14
2021-21-03
-Added: Implement iOS 14 Ad Tracking user consent permission pop up
-Added: Show question image in full screen
-Added: Update Google Ad SDK to last version
-Added: Implement show Admob Intersticial after test is finished
2020-21-10
-Added: Implement support for EPUB files
-Added: Implement iOS 13 DarkMode
2020-22-07
-Fixed: Remove UIWebView references
-Fixed: Update Admob SDK