93 comments found.
Does your app support Manual Payment, Flutterwave and Paystack Payment gateways?
Yes, the system supports Manual Payment, and also includes integrations with Flutterwave and Paystack. You can configure them easily from the admin panel. Let us know if you need any setup guidance!
Documentation to set up Tatum does not exist, and getting an error in webhook created on Tatum … fix your documentation and advise how to setup Tatum on platform
you have a bug using Solana for Tatum payment, using the wrong attributes … can’t submiut ticket as support expire and this is a bug to be fixed
will wait until you fix this bug ,,,, “type must be one of the following values: ADDRESS_EVENT, not ADDRESS_TRANSACTION
We understand your concern and appreciate your patience. The issue you mentioned is under review, and we’ll release a fix as soon as possible in the next update. Thank you for your understanding!
Hello, my paystack payment method isn’t going through. Since I purchased this, I haven’t been able to use it fully because of errors. Contacted your support, you said 6 months support has ended. For something I couldn’t go live with because of multiple errors, please I need this to be fixed. Thank you
The Paystack gateway works properly with correct configuration and valid API credentials. Please make sure your Paystack keys, webhook URL, and currency settings are configured correctly.
If you need assistance reviewing your setup or fixing the issue, please contact our technical support with your project details: https://appdevs.net/technical-supportTried creating a ticket, its asking me to pay $29 for more support!
Hello, we understand your concern. Envato includes 6 months of free support, and after that period ends, extended support must be renewed as per Envato policy, which is why you’re seeing the $29 option.
However, if the issue is related to a bug in the original script (not configuration-related), please share your project details and error logs with us via technical support, and we’ll review it properly.
INCIDENT REPORT – CURRENCY CONFIGURATION MODULE AND OTHER MODULES
Date: January 17, 2026 Affected Module: Configure Currency → Add Currency Other Affected Sections: Image Assets and other image upload areas
Problem Description
When attempting to register or replace an image in the system, a display issue occurs. Although the image uploads correctly, the preview does not appear, and a broken image icon is displayed. This problem is not limited to the `.webp` format but also occurs with other formats, such as `.jpg` and `.png`.
In other words, when attempting to upload a new image (regardless of the format), the preview does not display correctly, resulting in a broken image instead of the expected preview.
Expected Behavior
The uploaded image should display correctly in the preview, regardless of the format.
Visual confirmation that the file was processed without errors.
The image should be correctly associated with the corresponding entity.
Current Behavior The image uploads 100%, but it does not display in the preview, and a broken image icon appears.
This occurs with all tested formats, including .webp, .jpg, and .png.
Impact
Confusion for administrators who cannot visually verify the image. Risk of registering entities without the correct image or with corrupted assets. Negative impact on the administrative experience and the system’s visual consistency.
Steps to reproduce
1. Log in to the administration panel.
2. Go to Setup Currency and select Add Currency.
3. Upload an image in any format (e.g., .webp, .jpg, .png).
4. Observe that the upload completes, but the image is not displayed in the preview.
5. Repeat the process in the Image Assets section and in other image upload areas.
Technical Observations
The problem could be due to:
Restrictions or errors in handling different image formats on the frontend.
Problems with the storage path or file reading, preventing the image from rendering correctly.
Faults in the preview rendering component, which fail to update the image after loading.
Inadequate validation of formats and errors, resulting in a broken image being displayed instead of a clear message.
https://prnt.sc/WK9Y3mHceOMC https://prnt.sc/u_-HZmb5Ca_1 https://prnt.sc/P18C0Pjxp9Ux https://prnt.sc/56a4MLqAwnSBThank you for the detailed incident report and for taking the time to document everything so clearly. We’ve reviewed your findings and this image preview issue is now noted on our fix list. The problem is related to the frontend preview rendering and storage path sync, and we’ll include a proper fix in the next update.
Meanwhile, please share your server details and project URL with our technical team so we can verify it directly on your installation: https://appdevs.net/technical-supportWe truly appreciate your effort and technical feedback — it helps us improve Escroc for everyone.
I am reporting an issue with the Scroc_App application. During application execution on Android devices, we have detected a crash on the Splash screen, manifesting as a LateInitializationError related to the variable containing the Splash image link (splashBgLink).
The observed behavior is as follows:
The application attempts to render the splash image before the API returns the corresponding URL.
This causes the variable declared as late to be used without having been initialized, resulting in the crash.
This error can occur especially if the API response takes longer than expected (for example, due to slow hosting or connection speeds).
To reproduce the issue:
Open the application on an Android device.
Observe the welcome screen upon application launch.
If the API is slow to respond, the application may close due to the late initialization error.
Suggested technical recommendation:
Ensure that the API returns the Splash image URL promptly.
Meanwhile, it’s recommended that the application have a local placeholder for the splash screen image, so it never attempts to use the variable before initializing it.
This setting would ensure the application doesn’t crash, even if the hosting or API experiences some latency.
observation 2
When testing the application on a device with Android 13 or higher, the following warning appears in the logs: W/WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application. This indicates that the app is not using the new back button handling API introduced in Android 13 (OnBackInvokedCallback).
Currently, the app continues to function correctly and does not cause any crashes. However, the back button works using the old method, which may result in less consistent behavior with the modern gestures in Android 13+.
It is recommended to add the attribute android:enableOnBackInvokedCallback=”true” inside the <application> tag in the AndroidManifest.xml file. This will allow the app to use the modern back button API on Android 13+, while maintaining compatibility with earlier versions and following Android best practices.
Thank you for the detailed report and technical insights! We’ve fixed the issue and released a newer version that resolves the splash screen initialization problem and improves overall app stability. Please update to the latest codebase and rebuild the app. Let us know if you face anything else—we’re happy to help.
Regarding the previously reported LateInitializationError issue on the Scroc_App home screen, we confirm that the problem has been resolved.
The initialization flow was adjusted to ensure that the variable associated with the splash screen image (splashBgLink) is not used before receiving the corresponding value from the API. With this adjustment, the application no longer crashes, even in scenarios where the service response is late.
The application now starts stably and without unexpected crashes.
Upon reviewing the application logs, the following warning is still observed: W/WindowOnBackDispatcher(19439): OnBackInvokedCallback is not enabled for the application.
This indicates that the application is not yet using the new back button management API introduced in Android 13. Therefore, this issue has not yet been resolved.
Currently, the application continues to function and does not crash, but the back button behavior may be inconsistent with modern gestures in Android 13 and later versions. Enabling the corresponding API is recommended to maintain compatibility with recent and future Android versions.
Thank you for the confirmation and for the detailed follow-up. We’re glad to hear the crash issue is resolved. The Android 13 back button API (OnBackInvokedCallback) warning is noted, and we’ll address it in an upcoming update to ensure full compatibility with newer Android versions. We appreciate your technical input—it really helps improve the product.
If you need assistance testing or setting it up on your own server, please contact our technical support: https://appdevs.net/technical-supportWe’ll be happy to help you.
Will there be an update allowing direct app downloads from the website so we don’t have to rely so much on app stores?
Thank you for your question! At the moment, direct app downloads from the website are not included as a built-in feature. However, since the system is self-hosted, you can distribute the Android APK or iOS build directly from your own server after building the apps. We’ll also consider adding easier direct-download options in a future update.
Hi thank you, I have notice a few minor bugs you might wanna look into on the app, I disable the usd currency on the website, but on the app it is still active and not disabled, secondly the image I set for “add money manual “ doesn’t show on the app side. Your script is the best and customer support is topnotch
Hi, thank you for your kind words and for reporting this. We’ve rechecked on our live demo and couldn’t reproduce the issues you mentioned, so it may be related to your specific setup or cache. Please contact our technical support with your URL and screenshots so we can check it directly: https://appdevs.net/sales-support
Hi the issues are on the app not the web version, thanks
thanks for the clarification. We’ve rechecked this on our demo app and everything is working correctly on our side (screenshot: https://prnt.sc/2aFWxRHReCsQ ). It may be related to cache or your specific build. Please contact our technical support with your app details so we can check your setup directly: https://appdevs.net/sales-support
Why is the front end for end users so slow ? Every escrow that I try to look at, takes quite a long time to load. The same happens when I try to open the page it self, or simply to log-in ?
Thanks for pointing this out! Our live demo is hosted on a low-resource shared server and is used by many visitors at the same time, so it may feel slow. On a proper VPS or dedicated server the script runs much faster and smoother. If you’d like recommendations on optimal server specs, feel free to contact our support: https://appdevs.net/sales-support
Hi sir, are we still expecting the new update?
Thanks for checking in! Yes, the next Escroc update is still on track and will include several new features and improvements. We’re working hard to deliver it and expect to release it within the next few weeks. Stay tuned and thank you for your continued support!
Can you please enable the option to charge less percentage for a certain amount of transaction, example the system charges is %5 for transaction below $100, but charge %2 for transaction below $1000, charge %1 for Transaction above $1000, also can you allow milestones in escrow, and marketplace so people can advertise their good and enter into escrow directly when someone wants to buy
Thanks for your valuable feedback! We appreciate your suggestion. We’re actively working on improving the app UI for a more modern and intuitive experience in upcoming updates. Stay tuned!
Thanks for your response, your team of customer support is amazing and best, fast dedicated to help at any time, thanks for that. When do we expect the new update…. I mean like an estimated time frame( it must not be exact)
Thank you so much for the kind words and your continued support! We truly appreciate your patience and enthusiasm. The upcoming update with new features is currently in progress — we’re aiming to release it within 2–3 weeks. We’ll keep you posted once it’s live!
Hi sir we’re still patiently waiting for the update please, it’s about a month already since we spoke, I know you guys have something big special for us, I believe in you guys, please release it soon, also I want to suggest, Can you please enable the option to charge less percentage for a certain amount of transaction, example the system charges is %5 for transaction below $100, but charge %2 for transaction below $1000, charge %1 for Transaction above $1000, also can you allow milestones in escrow, and marketplace so people can advertise their good and enter into escrow directly when someone wants to buy
Thank you so much for your patience and kind words, we really appreciate your support. We’re still working on the new update and finalizing some important changes, including improvements around flexible fee settings and escrow enhancements. Your suggestions about tiered percentages, milestones, and marketplace flow are noted and already on our roadmap. We’ll release the next update as soon as it’s fully tested and stable.
Hi thank you, I have notice a few minor bugs you might wanna look into on the app, I disable the usd currency on the website, but on the app it is still active and not disabled, secondly the image I set for “add money manual “ doesn’t show on the app side. Your script is the best and customer support is topnotch
Hi, thank you for your kind words and for sharing this. We’ve rechecked on our live demo and couldn’t reproduce these issues, so it may be related to your specific setup or cache. Please contact our technical support with your URL and screenshots so we can check it directly: https://appdevs.net/sales-support
Hi There,
I am interested in buying it because of its discounted price $24 and because of positive comments where they mentioned about support is good.
I was checking the admin panel and came to know that I cannot add more pages right? Similarly I cannot add more sections in any specific page such as about page is that correct? Because in the admin panel I can only see to edit the pages and its section but no option to add more pages.
Thanks
Thank you for your interest and for checking out the demo! You’re right — currently, the admin panel allows you to edit existing pages and their sections, but it does not support adding new pages or new sections dynamically beyond what’s already included.
However, we’ve received similar feedback and are considering more flexible content management options in a future update.
Live Demo: https://escroc.app/live-demo
If you need this feature urgently or want custom development, feel free to reach out to our sales support: https://appdevs.net/sales-support — we’ll be happy to assist!Hello, can one disable other features and use only seller-buyer escrow mode?
Yes, you can absolutely use only the seller-buyer escrow mode and disable other features. Since the system is modular, you can either hide unused menus from the frontend or adjust the logic from the backend depending on your business model.
If you’d like help customizing it to fit your needs, feel free to reach out to sales support: https://appdevs.net/sales-support – we’re happy to assist!Hello sir, can you tell me the gateway to pay iyzico for fifty?
Currently, Escroc does not have a built-in integration with Iyzico by default. However, you can integrate Iyzico or any other gateway through custom development.
If you’d like help adding Iyzico as a payment gateway, feel free to reach out to our sales support: https://appdevs.net/sales-supportWe’ll be happy to assist you with a custom integration!
Can you add marketplace with categories, so users can post what they sell and buyers can buy using escrow
Thank you for your suggestion! Adding a marketplace with categories is a great idea, and we’ll consider it for future updates to enhance the platform’s functionality. Stay tuned for upcoming releases!
Hi is there a new update going to be released? and if so when is the expected update timeframe? thank you
Thank you for your message and for purchasing Escroc! Yes, we are actively working on the next update. While we don’t have an exact release date yet, it’s planned very soon with new features and improvements. Stay tuned, and we appreciate your patience and support!
What to consider in the next Update 1. Login with Gmail 2. Create milestone in escrow and payment can be splitted base on the work milestone 3. When a buyer create an escrow the seller should accept the offer, after payment has been approved by admin. 4. Buy should be able to share an escrow link with the seller without having an account, after clicking the link the user will create an account upon accepting the escrow, and the user email will automatically assign to the escrow. 5. Seller should also be able to share escrow link with buyer 6. Escrow should have time duration
Thank you so much for your valuable suggestions and for being a customer! These are great ideas, especially the milestone-based escrow, Gmail login, and link-based escrow flow. We’ve noted them down and will definitely consider adding these features in future updates to enhance the platform’s functionality. Keep the feedback coming — it helps us improve!
The last update was 24-11-2024, I would like to know the next update, considering all the suggested update.
Also, what is the steps for customization.
We’re planning to release all product updates, including suggested improvements, within the next month. For customization steps, please reach out to our sales support: https://appdevs.net/sales-support
Can the app be installed on cpanel
Thanks for your question! Yes, the web part of the Escroc app can be installed on cPanel as long as it meets the required server specifications (PHP, MySQL, etc.). However, for better performance and flexibility, we recommend using a VPS or dedicated server. Let us know if you need installation help!
Presale question- I would like to clarify something. It is not clearly mentioned in the document or the demo. The money paid by the buyer – does that money sit in escrow’s(website owner’s) bank account. How does it get authorized from the escrow’s bank account to pay to the seller. or does that money sit in some digital wallet and released when buyer completes/approves the transaction
Great question! In Escroc, the buyer’s payment is held in a digital escrow wallet within the system, not directly in the website owner’s bank account. The funds remain locked until the buyer confirms or completes the transaction, at which point they’re released to the seller. Let us know if you have more questions!
“the buyer’s payment is held in a digital escrow wallet within the system.”
Can this be configured to website owner’s bank account instead of system (website developer’s bank account). Because having that money sit in the system(website developer’s bank account) account is very strange. this website and its feature should purely belong to the website owner not the system / website developer wallet (you guys)
Thanks for the follow-up! Just to clarify: when you install and configure Escroc on your own server, all funds and wallets are fully controlled by you—the website owner—not us (the developer). The system’s digital wallet is tied to your configured payment gateway or bank account. It’s 100% white-label and self-hosted, so nothing is stored or processed by us. You have full control over all transactions and financial flows. Let us know if you’d like help setting this up for your business!
thank you very much for clarifying and answering the question.
You’re very welcome! We’re glad we could clarify that for you. If you have any more questions or need further assistance, feel free to reach out anytime. We’re here to help!
do you have plans of updating this or its a dead project
Thanks for asking! Escroc is an active project and we have regular updates planned to improve features and performance. Stay tuned for upcoming releases!
Hello, I have a question, please.
I would like to purchase the ESCROC installation package, but is it possible to install it all in French? My target country is French-speaking.
Also, what is the name of your virtual card provider?
Hello! Yes, you can install Escroc in French—our system supports language translation, and you can easily customize all texts. As for virtual cards, the system is flexible and can be integrated with providers like Stripe, Strowallet, Sudo Africa, or any compatible API. For installation help, feel free to reach out to sales support: https://appdevs.net/sales-support