9 comments found.
Are all character translations in the strings.xml file?
and the question of whether you can add OneSignal notifications?
“The translations in this app are not stored in strings.xml. They are located in src/l10n/app_ar.arb and app_en.arb.”
This makes it clear that instead of the traditional Android strings.xml, the app uses ARB files (.arb) for localization (common in Flutter apps).
“There is no place in this application where notifications need to be sent to the user. Since the app has no requirement for sending notifications, there is no reason to include OneSignal.”
If it is an application, for example, associated with my portal then it is worth adding onesignal notifications informing through this application about news on the portal.
Another question. The app must support memory pages of 16 KB and target Android 15 Do these latest Google requirements meet your app?
The app is designed as a standalone offline authenticator, so by default it doesn’t include push notifications or OneSignal integration. However, if you’d like to link it with your portal and send notifications, you can extend the codebase and integrate OneSignal or another service — the project structure is flexible enough to allow that as a custom modification.
Regarding your second question: yes, the app is built with the latest Flutter SDK and is fully compatible with Google’s latest requirements
Can I pay you to add OneSignal and a “Messages” menu where clicking on a notification opens the “Messages” menu?
What is the price for adding OneSignal?
Does it have a super admin panel? Will an organization’s admin be able to see their users too and troubleshoot?
This app doesn’t include a super admin panel or organization-level user management. The reason is that it’s designed as a personal offline 2FA Authenticator, all data stays securely on the user’s device, and there’s no central server to manage users.
Hey, do you have a documentation on how to customize the app data (where to make changes like the app name etc)?
Currently, I don’t have separate documentation for customization, but I can guide you here: • To change the app name:
Open the pubspec.yaml file and update the name and description fields.
For Android: change the android:label in android/app/src/main/AndroidManifest.xml
For iOS: change CFBundleDisplayName in ios/Runner/Info.plist • To change the primary color:
Go to lib/utils/theme.dart, and update the primary color value to your desired color code.
Okay, and how can I change the name inside the application itself?
In the settings still is the text Tenvoro 
lib/l10n/app_ar.arb lib/l10n/app_en.arb
app_name: “Your Name”
and run this command
flutter gen-l10n in the root project
hell, how can i reach you for customisation enquiry??
Thanks for your interest! You can reach me directly for customization inquiries via my profile contact form on CodeCanyon or email me at tenvoro@gmail.com. Looking forward to hearing more about your requirements!
Hi,
Can I get the latest version that fixed the bugs? It’s been over a week waiting for the update.
Thanks
Thanks for following up! The updated version was submitted over a week ago, but unfortunately, it was declined today by CodeCanyon due to required security and code quality improvements.
I’ve already addressed all the requested enhancements — including encryption, secure storage, error handling, validation, and more — and have re-uploaded the update immediately. It’s currently under review again.
Approval usually takes 2 to 5 business days.
Thanks again for your patience and continued support!
I managed to fix the flutter issues. Now I am having a different issue. The code generated by this app is different than other apps (Microsoft & Google) eg: I scan the QR code https://authenticationtest.com/totpChallenge/
This app shows a different code, whereas Google and Microsoft Authenticator show different codes. (Google and Microsoft codes are same)
Hi, thank you for reporting this. We’ve identified the issue as a time synchronization discrepancy that caused the TOTP codes to differ from Google and Microsoft Authenticator.
This has now been fixed in the latest update. Once CodeCanyon approves the update, you’ll receive a notification and can download the updated version from your downloads page.
If you have any further issues, feel free to reach out via the support tab — I’m here to help!
Best regards, Tenvoro Team
Hi, I downloaded the new version and still the TOTP codes are different. Can you please check it again? Thanks
Update: Sorry the new version is not yet live. I downloaded the old version
You can try the new version from the following link until the new version is approved.
https://drive.google.com/file/d/1kDu9J7K_mX3rfEzcrthMOzJLtszmNpyT/viewHow can you make money from it? Ads are bad because people will choose an app from Google and not mine. So is it impossible to make money on this app?
While ads may not suit this type of app, there are several alternative ways to monetize it: • Offer premium features: Add features like app lock, cloud backup, or multiple profiles, and make them available via in-app purchases. • White-label or client services: You can rebrand and resell the app to businesses or clients as a secure 2FA solution. (Requires an Extended License.) • Subscription model: Charge a small monthly or yearly fee for advanced functionality, backups, or sync across devices. • Sell in private app stores: Organizations may need secure internal tools and could pay for a trusted authenticator app.
You’re not limited to competing with Google. You can stand out with design, privacy-first features, and targeted use cases.
can you add your own banner ads? like png, jpg webp, gif? what do you mean private app stores? best regards.
Banner ads aren’t included because they need a backend system to manage and rotate them. For this app, monetization works better with premium features, subscriptions, or white-label licensing.
By “private app stores,” I mean company or organization app stores where apps are shared only with employees or clients. Businesses often pay for secure internal tools like this.
Hi, Is a new Flutter version available? I am getting so many bugs when compiling with the latest Flutter version. It would be great if the app were updated to the latest Flutter version. Thanks
Hi, Thank you for your message! To help us better understand the issue you’re experiencing, could you please share a screenshot of the errors you’re encountering during compilation?
This will help us identify the problem and provide a solution more quickly. Looking forward to your response
You didn’t provide demo app for testing
Thank you for your feedback. A demo app is available for testing at the following link:
https://drive.google.com/file/d/1O4cb-VA0gBOD_O5RWPJ9EpSL6WJlAiPr/viewPlease let me know if you encounter any issues or have suggestions.