25 comments found.
The project requires JDK 11, but the local environment was using JDK 17 or higher, causing incompatibility errors (Unsupported class file major version 65).
We switched to JDK 11, but the Gradle version used in the project is outdated and incompatible with newer JDK/Flutter versions.
Updating Gradle to fix compatibility may break the system since the code was purchased and might rely on specific versions.
Currently, the build fails due to version conflicts between JDK, Gradle, and project settings.
We need guidance on how to keep the original system running
I’m trying to run the project using JDK 17, as the documentation allows. However, the project build fails with multiple Gradle-related errors even without any modifications to the original source code.
The current Gradle version used in gradle-wrapper.properties is:
ini Copiar Editar distributionUrl=https://services.gradle.org/distributions/gradle-8.13-all.zip This version is compatible with JDK 17, but the project fails during flutter run with the following error:
csharp Copiar Editar Cannot run Project.afterEvaluate(Action) when the project is already evaluated. This indicates the Flutter Gradle plugin is not compatible with the current Gradle version — but we were instructed not to modify the system files or upgrade packages to avoid breaking compatibility.
Please confirm:
Which Java version is officially supported for this project?
Which Gradle version should be used with that Java version?
If the current setup is outdated, could you please provide updated compatibility instructions?
Thanks in advance.
Hello,
Q: Which Java version is officially supported for this project?
A: Java version 1.8 is compatible with this project.
compileOptions { coreLibraryDesugaringEnabled true sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 }
kotlinOptions { jvmTarget = ‘1.8’ }
Q: Which Gradle version should be used with that Java version?
A: Gradle 8.13 is supported for this project.
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
Q: If the current setup is outdated, could you please provide updated compatibility instructions?
A: The current configuration is working properly and doesn’t require updates. Java 1.8 remains compatible with the project requirements. If you’re using an updated version of Android Studio, you may need to configure your IDE to use Java 1.8 to match the project’s compatibility settings. The existing code configuration is correct and functional.
Thanks!
1. With the regular license, does the code come complete? Including the user charging/payment feature?
2. Is the documentation easy to understand?
3. Can it run on any shared hosting?
1. With the regular license, does the code come complete? Including the user charging/payment feature?
ANS: Yes, all other features will be included, excluding in-app purchase or subscription.
2. Is the documentation easy to understand?
ANS: Yes, we are providing very straightforward documentation for understanding.
3. Can it run on any shared hosting?
ANS: Yes, you can make a DB on any hosting platform instead of Firestore. For this, you should make more modifications to the code. I suggest going with the existing Firebase.
Thanks!!
Please note that all the content related to exercise including texts, images, videos or any other data in the application is the third party data.<<< Where do I get this third party data? Do I need to pay for it?
Hello,
No need to pay extra money for that you can get that data from a local database within the app.
You should open that database in the SQLite studio in your PC or Laptop. You can show all data over there and you can modify that data as per requirements.
SQLite Download link- https://sqlitestudio.pl/
Thanks !!
Already purchased your Kotlin code and am interested in getting the Flutter version as well. However, I would like to request a change in the animations of all the exercises in the app.
Could you please let me know if it is possible to change the animations? If so, could you provide information on whether this change would be included in the existing price, or if there would be an additional cost involved?
Looking forward to your response.
Yes, It is possible to change The Animations, but for that, you need to hire us.
For this please contact Us on
Email: chirag.vadukia@gmail.com
Skype: chirag.vadukia
hi. Is Subscrition in regular license?
Yes, subscrition included,
so can I use admob se for an ongoing license?
Yes, Admobe is implemented In code with reguler license.
I understood, because I saw an X in admob in the image where it shows the regular and extended license, so I had doubts. So if I buy I just can’t use subscriptions, is that it? My idea is to start with ads, if it’s good, I’ll buy the extended one to charge subscriptions.
“X” means for technical support admob. You can use admob in regular licence.
Even though detailed reskins have been made to the application, it is perceived as spam content and rejected!
Please provide us email which you received from App Store so we can check the issue
Hello,
The issues we previously identified still need your attention.
If you have any questions, we are here to help. Reply to this message in App Store Connect and let us know.
Review Environment
Submission ID: b7140904-8353-4173-bd45-047d8a931920 Review date: April 28, 2024 Version reviewed: 1.0
Guideline 4.3(a) – Design – Spam
We noticed your app shares a similar binary, metadata, and/or concept as apps submitted to the App Store by other developers, with only minor differences.
Submitting similar or repackaged apps is a form of spam that creates clutter and makes it difficult for users to discover new apps.
Next Steps
Since we do not accept spam apps on the App Store, we encourage you to review your app concept and submit a unique app with distinct content and functionality.
Resources
Some factors that contribute to a spam rejection may include:
- Submitting an app with the same source code or assets as other apps already submitted to the App Store - Creating and submitting multiple similar apps using a repackaged app template - Purchasing an app template with problematic code from a third party - Submitting several similar apps across multiple accounts
Learn more about our requirements to prevent spam in App Review Guideline 4.3(a).
Support
- Reply to this message in your preferred language if you need assistance. If you need additional support, use the Contact Us module. - Consult with fellow developers and Apple engineers on the Apple Developer Forums. - Help improve the review process or identify a need for clarity in our policies by suggesting guideline changes.
Hello sir, This is Apple’s policy: Your app must have a unique concept, a unique design, and a unique database.
So you need to change your app design, all the icons, and all the images that are used in the database. Also, you may have to make some significant changes in the flow of the app and some changes in the code as well. We suggest that you please add some unique functionalities that other apps are not providing.
Then it may be possible that the “Apple Developer Console” will approve your app. Still, it is completely dependent on them to approve your app.
Has anyone been able to publish this application? What’s the point of buying from you if it has to be coded from scratch?
Code Canyon is an open market, anyone can buy an app in under 50$. If you can develop from scratch then price would min 5000$.
This is not the first time I’ve purchased an app! Like other people, I made the arrangements I had made dozens of times before and sent the application, but it detected spam. The coding or implementation structure is faulty. It is not suitable for selling, but you are selling!
There is no problem with “coding or implementation structure”. The app is rejected because of design spam. Design spam meaning means no one can upload the same design in-store.
Hi Shreyanshi_Infotech, I have purchase the project and fail to run on release mode with error incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.5.1. Also send an email already about this. Please take a look. Thanks.
1. Please download latest source code, 2. Clean project 3. Use Latest Android studio 4. Use Flutter SDK 3.16.5 5. Then try to run it.
I have just retried, no luck, is there any other way?
For your informarion: the step i take: clean -> downgrade from 3.16.9 to 3.16.5 -> clean -> run with release variant
Please provide us with your AnyDesk ID so we can check and fix the issue.
Hi @Shreyanshi_Infotech_Team, I have tried to update the app to the store but it said metadata and binary duplicate, spam app. Can you help me on how to edit the app to have it through?
Please provide us email which you received from App Store so we can check the issue
Hi, I send a message to you via the email section on your CodeCanyon profile. Please check.
Okay
I have a pre purchase question: Does the app comes with an ADMIN panel for adding/Editing content and administrating the users/customers/subscribers and packages? Similar apps, normally provide a Admin Panel (Back End) How do we upload new Videos and images/ training series to the app?
Thanks
No, there is no admin panel. All data have managed by SQLdatabase.
Your code is not compliant with Google Play Policies, my app has been rejected can you please update your code.
Please send app rejected details.
check your mail
Okay, Let me check.
My app has been rejected for not adhering to the Google Play Developer Program Policies. Nothing update, all very old dependencies
We checked our code and it is working perfectly fine, so please check the code once from your side, or provide us with your code so we can check it, without it we can not identify this issue.
If you not looking me your source code then we can’t identify issue. You have to provide anydesk id.
Google told me that “Your offer currently doesn’t clearly and accurately describe how a user can cancel their subscription.”
We never face this issue. So many clients purchased & upload in store.
Hi sir, The image you provided is not clearly visible. Please send us a new image or forward mail so we can check the issue.
Also, please share your Anydesc ID so we can check the issue
Thanks for your reply.
Due to adjusted work schedules at this time, we are currently experiencing longer than usual process times and we appreciate your understanding.
As mentioned previously, your offer currently doesn’t clearly and accurately describe how a user can cancel their subscription.
Kindly note that we don’t allow apps that mislead users about any subscription services or content offered within an app. It’s critical to communicate clearly in any in-app promotions or splash screens.
You can read through the Subscriptions policy for further information.
Thanks for your understanding and continued support.
Yes, we completely understand the issue. We also checked our code, and it is working perfectly fine. There are so many clients who use the same code, which is already live on the Play Store. So I think there is no mistake in our code. So I request that you please provide us with your Anydesc ID or code and Google Developer Console access so we can identify the exact issue. Without it, we cannot help. Thanks for your understanding.
any plan for cyber week sale ? i have been waiting for a month
No, it’s remain same prices.
what all data will be there in the app ? i mean all the data which is visible in the demo will be there in the app?
Yes, all the data is included in the app code.
do you have male version of this app ? i saw the male version but found it outdated as compared to this
Yes, it’s different from this app.
Great work .. Is there Cyber Week sale ?
Thank you!
you mentioned both firestore databse and sqllite database in descripltion. Please clarify
Hi Samir,
We used both databases.
- Firebase (Used for saving data on Firebase, so the user can retrieve his data if he wants to reinstall the App)
- Sqllite (Used for data save in Local, If the user do not have an internet connection).
so by having future of sync.. data will sync from firebase db to sqllite? am i right?
Hi Samir, It will work both side, Form firebase to sqlite and form sqlite to firebase.
Hello, Samir! Do you have any more doubt? Let me know. Still you have not purchased app, any problem?
Hi, Firebase database is included in the files ?
Yes, included.
Hi I have bought the script but I am not able to locate firebase structure.
Contact me tomorrow during office hours 9 00 to 18 00 IST. My team will help you. Please try to communicate in skype or email. It’s easy to conversation.
What about the data safety form?
Send me anydesk id.
The Flutter version have a web app version available?
No, only app version is available.
I have installed the demo app of this app But I noticed a lot of slowness in animation and video
Send me video.
how??
Record screen video & send me.
Hello friend, do you plan to update to the latest version of flutter?
Yes, we are update soon.
New update is now available. Please check it.
Gradle files have errors. I’m trying to update but I couldn’t succeed. You tried to help once, but then I couldn’t reach you. I am waiting for a reply.
Okay, my team will reach out soon.
My developer has mail you 8 hours ago. There is no response.
I can’t use my personal computer because I’m at work. I’ll get back to you in a few hours.
Please try to contact me during office hours only. 9:00 to 18:00 IST. Now office time is over.
Ok, I will write to you tomorrow morning.
Okay
I sent an e-mail, waiting for news.
Today developer is not available. The developer will contact you tomorrow.
We have received your code. It’s take itme do. When we done let you know.
It’s been a while. What is the situation?
Today will done.
New update is now available. Please check it.
Good evening friend, I have two questions:
1. Is it possible to reduce the size of the application?
2. Is it possible to remove sections of the application?
3. Is it possible that the language is detected automatically?
Important: Friend, I tried to test the kotlin applications that you have in android 8.1.0, I was able to install them without problem, but when I open it the application stops.
Greetings
1. Is it possible to reduce the size of the application?== Size of application depends on the functionalities and libraries used in the project. 2. Is it possible to remove sections of the application?== It depends on what you want to remove. 3. Is it possible that the language is detected automatically?== Yes
Thank you very much for answering my questions. I have seen that you are updating the apps, will you update this app soon?
If I buy now, will I be able to access updates?
Which update?
I’m talking about this app. My question is if you will make an update soon?...
I was also wondering the following: If I buy now, will I have access to future updates or do updates have an extra cost?
Greetings
Only new updates are coming in our functionality only.