Skip to main content

FAQs

General Questions

What is the News App?

The News App is a comprehensive solution for news content management, delivery, and consumption across mobile and web platforms.

What platforms are supported?

The News App supports Android, iOS, and web platforms.

Technical Questions

What technologies are used?
  • Admin Panel: Laravel, PHP, MySQL
  • Mobile App: Flutter
  • Web: React.js
Can I extend the functionality?

Yes, the News App is designed to be extendable and customizable.

What are the server requirements for the Admin Panel?

PHP Version >= 8.2 is required.

How do I enable Push Notifications?

You need to set up Firebase for your project and configure the credentials in the Admin Panel under System Settings > Firebase Configurations.

Is location-based news supported?

Yes, you can enable location settings in the app and set a radius (in KM) to show news relevant to users' locations.

Can I have multiple languages in my app?

Yes, you can add multiple languages through the Admin Panel with flags, display names, and language JSON files.

Why is my footer description not changing as per the language change?

This issue occurs because the Gemini API key has not been added. The footer description changes according to the selected language using Gemini. Please add your Gemini API key first and then check again.

I filled in the database details correctly, but I can’t move to the next Installation step. What should I do?

If your host, database port, database name, username, password, and prefix are correct but the installer doesn’t proceed, make sure the PHP extension nd_pdo_mysql is enabled for the PHP version running your Admin Panel.

I’m using cPanel. How can I enable nd_pdo_mysql there?
  1. Login to cPanel.

  2. Go to Select PHP Version / PHP Extensions.

  3. Select Your PHP Version & Enable nd_pdo_mysql by ticking the checkbox.

  4. Save and restart.