Code

Discussion on Eduma Mobile - React Native LMS Mobile App for iOS & Android

Discussion on Eduma Mobile - React Native LMS Mobile App for iOS & Android

Cart 368 sales
Recently Updated

202 comments found.

The newest update has error: when user loged in, its photo and user details + orders are not showing, there is only “blank” fileds, screens and general user icon. Please repair it.

for others – solution of this bug is to 1) edit /src/screens/profile/index.js 2) row: import jwtDecode from ‘jwt-decode’; 3) change: to import { jwtDecode } from ‘jwt-decode’;

Hi,

Please create a ticket on the forum https://help.thimpress.com/ so we can check it for you.

Thanks.

Hi, it needs update for Google: 1) Build your app with support for 16 KB devices 2) We found that the app is not compliant with how the READ_MEDIA_IMAGES/READ_MEDIA_VIDEO permission is allowed to be used. Thanks for info and update soon please.

Hi,

Please create a ticket on the forum https://help.thimpress.com/ so we can check it for you.

Thanks.

Hi, the app will have our company name or will it show your company name in app store?

Hi,

You can download the code and customize it to display your business name.

Thanks.

I have some doubts, 1. if i m using edumall theme and lms system , can i connect my site to this app 2. the is complete running app , how the backend works means admin part

Hi,

App is only for students no admin features. You can connect if site using LP no need to buy Eduma.

Thanks.

App needs an update to google play billing library at least 7.0.0. (better 8.0.0) Please let me know which row of code do i need to change. So far my tries did not work. Thanks

Hi,

Please update the version of ‘react-native-iap’ to the latest version by command npm install react-native-iap@latest or yarn add react-native-iap@latest

Then run command:

cd android

./gradlew clean

Then rebuild the app and check again.

Thanks.

I requested the service for upload mobile apps in November, it is January now. Every email I sent you response that you will work next week. Please I need you to start my work urgently, I already paid for the service and I didn’t get any progress at all.

I did it a lot of times, sent no less than 20 following up emails with the same response… “next week our team will work on that”

Hi,

We have responded on email, please follow up on email.

Thanks.

Hi, do you have a web version of EDUMA ? For people who want to use computer browser. For instructors to download their courses and lessons. Regards,

Hi,

Eduma is a theme created with wordpress platform. Courses in Eduma App are synchronized with web courses using Learnpress via API.

Thanks.

Hi ThimPress Team,

I Purchased the React Native Mobile Apps and I am having trouble running or building them for release. My support for the apps is still valid because I just bought them last week. However, my Eduma Theme support has expired because I bought it a while ago. I thought I could get support from your team for the app because it says so on the product sale page on codecanyon but to my surprise, it is not listed on the list of products we can create tickets for. My question then is, HOW do we get the support that is valid for 6 months without a means to get the support on your support platform?

Even the user forums for this particular product (Mobile Apps) has been disabled now (last posts are over a year ago) and we can’t read the old posts because they are marked as private.

I sent you an email requesting for assistance with the app build and deployment process but its been 3 days now, and no response.

So I decided seek help here. The following are the challenges I am facing;

1. The latest versions of the react native apps don’t run when one follows your provided setup documentation. It has a few outdated dependancies that keep giving problems.

2. Your documentation for the app is very poor, how can you write so little for such a complex set of tasks? There is no FAQ on the documentation and nothing to guide users on what to do if they encounter even at least the common errors. Even with some level of developer skills it is a huge headache just to get the apps to run. Even just the order is mixed up. How do you start building and deploying a release bundle before setting up firebase and incorporating the google-services.json file? only to be told while building that the file is missing. I think a simple 8 minutes video tutorial and replace your entire documentation site, and prove to be more helpful.

3. Following your instructions on app name change also results in a problem because the build gradle will tell you that there is a mismatch in the app package names.

4. Its almost like you prefer to just do the app deployment yourselves I guess, you should probably just say it outright. Or better yet, re-price the product to include set up fees so that we know what we are getting upfront. But if even inquiring about this takes a few days for response to come through, one may wonder what your game plan truly is.

The EDUMA theme is a masterpiece, I was hoping the apps would have even just half the excellence in the theme.

Please help me resolve these issues urgently.

Hi,

1. Please delete the node_modules folder and run yarn install again as per the documentation https://docs.thimpress.com/eduma-app-documentation/getting-started/

2, 3. Due to missing .json file, you can download .json file as per the instructions https://docs.thimpress.com/eduma-app-documentation/push-notification/

Thanks.

I am glad mention that I finally managed to run and build the app on both Android and IOS simulators, and currently running on my phone. However, I have encountered two more problems.

1. The splash screen is not working on both the emulators and on my android device. I though maybe I skipped a step during my file replacement but I noticed that even the demo version available on app store is also not showing the splash screen on launch.

2. The back button registers an uncaught error in the debug console and this is true even on the installed app, even the demo available on playstore. It doesn’t seem to accept pressing back to close the app, and the only way to close it is to return to home or via task manager on the running device, and manually close it.

Thanks for your help in advance.

Hi,

1. On Android, we don’t do splash screen

2. Exactly. We don’t do back button to exit the app.

Thanks.

You can create and send push notifications to users by going to your WordPress admin dashboard > LearnPress > Notifications > Add New. It says but there is no Notifications field even though I made all the updates. Even though Notifications has just been added, I cannot get support because my 6-month support period has expired.

Hi,

Please install the Announcement Add-on for LearnPress plugin and check again, because we test locally and it works fine https://prnt.sc/5aHXvUaca_44. if the problem still occurs please renew the support and create a ticket on fourm so we can check for you.

Thanks.

Hi,

Could we have an estimated timeline for the off-line functionnality release?

Thanks in advance

Hi,

Sorry, we don’t understand the issue you are referring to. Can you be more specific?

Thanks.

On the description you said that “Off-line mode” is comming soon. I wanted to know when approximatively. This would be a key functionnality.

Hi,

Sorry, this feature is currently pending, and we don’t know when it will be released. We will notify you when it is complete.

Thanks.

Hi, Google Play says that Apps must target Android 14 (API level 34) or higher for updates starting August 31 2024, will there by an update or if something easy can be modified inside code? Your latest version is targeting Android 13 (API level 33).

Hi,

You can change targetSdkVersion at android/build.gradle from 33 to 34 to use https://prnt.sc/OaBrfXyOAe7W

Thanks.

Hi, thanks.

Hi,

I am trying to access the quiz functionality through Postman but it fails with the error “Signature Verification Failed”. Error Code 403.

We are using “JWT Authentication for WP REST API” plugin with Learnpress installed on our wordpress installation. (https://wordpress.org/plugins/jwt-authentication-for-wp-rest-api/)

Can you please advise how we can fix this problem. It seems to work fine in the Eduma app.

Hi,

Sorry, we do not support resolving Developer Environment issues. For more information, please visit our Documentaion https://themeforest.net/page/item_support_policy

Thanks.

Hi, i have version 2.0.0 but google play says Google Play Billing Library has to be updated. I cant see any reference to this library in app code, please give me instructions if i need to update to 2.0.1

Noticed that in app latest update there is google billing library v5.2.1 which needs update to 6+ before August! Will there be an update?

Hi,

If you use React Native version, please refer to this link https://stackoverflow.com/questions/72906675/react-native-billing-version-not-supported

Thanks.

Thanks for the update

This is pre sale question Hello is there an option to disable the screen record or a captured option to prevent downloading video from the app

Hi,

Sorry, but we have not had that feature yet.

Thanks.

I am the buyer of the theme for the website. Is it possible to purchase this application and link it to my website https://www.aact-web.com?

Is the finishing done through your team and what is the procedure, please?

What is the procedure to upload to Apple or Android, and how much is the annual cost, please?

Hi,

You can refer to the article to build the app https://docs.thimpress.com/eduma-app-documentation/. Or contact the custom team, we will build it for you https://thimpress.com/wordpress-theme-customization-services/

Thanks.

Do you have any services to help synchronize and publish the app?

Hi,

You can send a request here https://thimpress.com/wordpress-theme-customization-services/ we will help you.

Thanks.

Hi

Is the complete source code for react native included? We want to build our own app with a different feature set and UI and use your code as a reference.

Hi,

Yes, this item is include all our source code for React Native.

Thanks

I noticed that offline mode has been upcoming for about more than year already. When will this be released? any updates

Hi,

We were overloaded so the offline mode function is not available at the moment, We developed about 60% and then stopped. When finish we will notify you.

Thanks

Can you provide just a brief about how I can achieve the offline mode with this version?

So sorry, I can’t

I have already purchased the React version of the app which is updated last on Nov 2023. Now you have released the flutter version in March 2024. So you have released the latest version in flutter. Will all update be available in react version in future? Can existing react version purchaser can download the updated flutter version???

Hi,

To download the latest Flutter version, you need to purchase the Flutter version. You can’t download it if only purchase the React version.

Thanks

hola, me podrían dar información sobre cómo puedo desplegar la aplicación o que conocimientos necesito para hacerla funcionar una vez descargada, por favor

Hello,

To upload the app need to have a lot of experience and if you haven’t done it before, you can hire us to upload it for you.

Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey