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.

The website is still showing wrteam icons ?
  1. Update public-folder icons -->> Doc Step Here

  2. Deploy your website again

If your RSS source is active but no feeds are appearing on the web or app, it’s often related to the recent or latest of the content.?

Only recently fetched items are displayed. If the crawled feed items are older than 7 days, they will not be shown on the web or in the app. This ensures that only up-to-date and relevant content is visible to users.

To resolve this, make sure your RSS feed is publishing new content regularly. Once fresh items (within the last 7 days) are detected during crawling, they should start appearing as expected.

You can also verify this by navigating to the Admin Panel → RSS Source menu. In the table, click on the “Crawled Feeds Count” column, where you can view the “Fetched At” date for each item.

For version 3.2.8 and above.