Guess Image And Earn Money App Review
I’m excited to share my experience with Guess Image And Earn Money, a unique app that challenges users to guess images for rewards. The app features a comprehensive admin panel using Laravel, allowing administrators to manage various aspects of the app. In this review, I’ll cover its features, earning system, and admin panel setup.
What’s New in Version 2?
The latest version 2.0 introduces several features, including:
- Added Adcolony Ads, StartApp Ads, and updated Facebook Audience Network and Facebook Login SDKs.
- Users can now choose between Bottom Banner, Interstitials, and Reward Video Ads.
- Android 10 support is now added.
- Fix and Improved Design.
Application Features
The app offers a broad range of features, including:
- Introduction pages and Splash Screen
- Real earnings system with Coins
- OneSignal Notifications
- Admob Ads (Banner, Native, Interstitial, Video Rewards)
- Facebook Audience Network Ads
- Unlimited Categories and Subcategories
- Players leaderboards
- Support for 4 languages (English, Hindi, Turkish, Arabic)
- Daily coins rewards
- Smart rating system
- Facebook Login and Google Login
- Referral system
- Laravel Admin Panel
- Profile, Earnings, and Withdrawals pages
How Earning System Works
Players can earn points by:
- Guessing images
- Using referral codes
- Redeeming coins for hints (adding letters to answers)
Admins can set withdrawal minimum points, currency, and conversion rates. Requested withdrawals are reviewable and can be accepted or rejected.
Admin Panel Features
The admin panel offers:
- Category management
- Subcategory management
- Question management
- Withdrawal management
- Player management
- Payment method management
- Setttings and Ads ids management
Update Histories
- Update 1.1 (POSTED 10 OCT 2020):
- Added Exit Dialog Alert
- Fixed Scrolling for Submit Button
- Added coins usage possibilities
- Improved speed quality
- Update 2.0 (POSTED 17/05/2021):
- Added Adcolony and StartApp Ads
- Updated Facebook Audience and Login SDKs
- Improved Design
- Android 10 Support
Admin Panel Setup Requirements
- PHP 7.2.0 or higher
- Apache Server
- MySQL Database
- Shared Hosting with cPanel/WHM recommended
Score
I’ve given Guess Image And Earn Money a rating of 4.43 out of 5 for its unique concept, detailed admin panel, and smooth user experience. The regular updates and addition of new features demonstrate the developer’s commitment to improvement.
While the app is impressive overall, some minor issues still exist, such as notification delays and occasional crashes. However, these issues have been addressed in recent updates, and the app continually improves.
In conclusion, Guess Image And Earn Money is an innovative app perfect for those looking for an engaging and rewarding experience. With its robust admin panel and regular updates, administrators can effectively manage the platform and users.
User Reviews
Be the first to review “Guess Image And Earn Money App + Admin Panel”
Introduction
Are you interested in earning money from an innovative app that makes learning and playing fun? Look no further! Introducing the Guess Image and Earn Money App, a unique platform that combines brain-stimulating games with financial rewards. In this tutorial, we will walk you through the entire process of using the app and managing the admin panel to ensure a seamless experience.
Guess Image and Earn Money App Tutorial
The Guess Image and Earn Money App is designed for Android and iOS devices. Below is a step-by-step guide on how to get started:
Step 1: Download and Installation
- Visit the App Store (for iOS devices) or Google Play Store (for Android devices) and search for the Guess Image and Earn Money App.
- Select the app from the search results and click the "Install" button.
- Wait for the installation to complete, then launch the app.
Step 2: Registeration
- Tap on the "Sign Up" button to create a new account.
- Enter your email address, phone number, and password in the required fields.
- Fill out the mandatory fields, including your first and last name, country, and birthday.
- Tap on the "Register" button to create your account.
Step 3: Profile Management
- After signing up, you will be taken to the app's dashboard.
- Tap on the profile icon at the top right corner to access your profile settings.
- Update your profile picture, change your username, or add a tagline if you wish.
Step 4: Earning Money
- The app features different types of games, quizzes, and puzzles that test your knowledge and skills.
- Play the games, answer questions, or solve puzzles to earn in-app currency, called coins.
- Redeem your coins for real-world cash or prizes through various withdrawal options.
Admin Panel Tutorial
The Admin Panel is a web-based interface that allows you to manage the Guess Image and Earn Money App from the backend. To access the admin panel:
Step 1: Login to the Admin Panel
- Go to the App's website and click on the "Admin Panel" link.
- Enter your admin login credentials and click the "Login" button.
Step 2: Overview
- The admin panel displays a dashboard with various features, including user management, game management, and performance tracking.
- Here, you can view general statistics, such as registered users, game completions, and revenue generated.
Step 3: User Management
- Tap on the "User Management" tab to manage your app's users.
- Filter users based on their roles, language, or location.
- View user profiles, manage their account settings, or delete users if needed.
Step 4: Game Management
- Access the "Game Management" tab to update or add new games.
- Edit game properties, such as difficulty levels, game descriptions, and scores.
- Preview games before making them available to users.
Step 5: Performance Tracking
- Monitor app performance using the "Performance Tracking" feature.
- View detailed reports on user engagement, game analytics, and revenue generation.
- Analyze these metrics to make data-driven decisions for future app developments.
Step 6: Withdrawal Management
- The "Withdrawal Management" tab helps you manage cash withdrawals by users.
- Track user withdrawals, update cash reserves, and manage fees.
- Ensure user funds are transferred securely through payment gateways.
This comprehensive tutorial has covered every aspect of the Guess Image and Earn Money App and its admin panel. Follow these steps to get the most out of your gaming experience and successfully manage the app from the backend.
Remember to keep your personal and financial information secure when using the app and administrator panel. Happy gaming!
Here is a complete settings example for the Guess Image And Earn Money App + Admin Panel:
Database Settings
The database settings are used to connect to the database where the app's data will be stored. To configure the database settings, go to the config/database.php
file and add the following settings:
'default' => [
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'guess_image_and_earn_money',
'username' => 'root',
'password' => '',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
],
Mail Settings
The mail settings are used to configure the app's email system. To configure the mail settings, go to the config/mail.php
file and add the following settings:
'driver' => 'smtp',
'smtp_host' => 'smtp.gmail.com',
'smtp_port' => 587,
'smtp_username' => 'your_email@gmail.com',
'smtp_password' => 'your_password',
'smtp_encryption' => 'tls',
Payment Gateway Settings
The payment gateway settings are used to configure the app's payment system. To configure the payment gateway settings, go to the config/payment.php
file and add the following settings:
'gateways' => [
'paypal' => [
'client_id' => 'your_client_id',
'client_secret' => 'your_client_secret',
'sandbox' => true,
],
],
Admin Panel Settings
The admin panel settings are used to configure the app's admin panel. To configure the admin panel settings, go to the config/admin.php
file and add the following settings:
'username' => 'admin',
'password' => 'admin',
'email' => 'admin@example.com',
'phone' => '+1234567890',
Game Settings
The game settings are used to configure the app's game mechanics. To configure the game settings, go to the config/game.php
file and add the following settings:
'game_duration' => 60, // game duration in seconds
'game_points' => 100, // game points per correct answer
'max_questions' => 10, // maximum number of questions per game
Miscellaneous Settings
The miscellaneous settings are used to configure various app settings. To configure the miscellaneous settings, go to the config/misc.php
file and add the following settings:
'currency' => 'USD', // app currency
'country' => 'US', // app country
'site_url' => 'https://example.com', // app site URL
Note: Replace the placeholders (e.g. your_email@gmail.com
, your_client_id
, etc.) with your actual values.
Here are the features extracted from the content:
Guess Image And Earn Money App Features:
- Introduction Pages
- Splash Screen
- Real Earning System
- OneSignal Notifications
- Admob Ads (Banner, Native, Interstitial, Video Rewards)
- Facebook Audience Network Ads (Banner, Native, Interstitial, Video Rewards)
- Unlimited Categories
- Unlimited Subcategories
- Players Leaderboards
- Support 4 Languages (English, Hindi, Turkish, Arabic)
- Daily reward coins (every 24h)
- Smart Rating System
- Facebook Login
- Google Login
- Referral System
- Profile Page
- Earnings Page
- My Referrals Page
- Completed Questions Page
- Withdrawals History Page
- Invite Friends
- Instructions Page
- Privacy Policy
- Terms of use
- Rate App
- Share App
- Report a Bug
- Contact us
How Earning System Works:
- Players can earn points by answering images quiz
- Players can earn points by referral system for each user registered with their code
- Players can request a withdraw after minimum points
- Admin can set the minimum points number to withdraw from admin panel
- Admin can set the currency from admin panel
- Admin can set the conversion rate for points (1$ =... points) from admin panel
- Admin can accept or reject the users withdrawals from admin panel
Admin Panel Features:
- Manage Categories
- Manage SubCategories
- Manage Questions
- Manage Withdrawals
- Manage Players
- Manage Admins
- Manage Payment Methods
- Manage Settings
- Manage Ads Ids and Types
Update 1.1 (Posted 10 Oct 2020):
- Add Exit Dialog Alert for Back Button on Home Page
- Fix Scrolling for Submit Button in Question Page
- Add Possibility to use Coins that you get when watching video ads on the same question
- Improve Application Speed Quality
Admin Panel Setup Requirements:
- PHP Version > 7.2.0
- Apache Server
- MySQL Database
- Shared Hosting (or VPS) with cPanel/WHM recommended
Update 2.0 (Posted 17/05/2021):
- Add Adcolony Ads
- Add StartApp Ads
- Update Facebook Audience Network SDK
- Update Facebook Login SDK
- Choose Bottom Banner Ads Type
- Choose Interstitials Ads Type
- Choose Reward Video Ads Type
- Fix and Improve Design
- Support Android 10
$25.00
There are no reviews yet.