198 comments found.
No Updates since long time
Hi,
we have a new version on this written on Flutter. It will be released this month. We are hoping that you will support it.
Hi, Are you going to update this App any time soon?
We are releasing a flutter version on this by next month. We appreciate your continued support to us.
is this app support RTL and the download link not working
Yes RTL supported. Hold on we will take a look at the build APKs.
Great product, works well and is well documented. Also, many thanks to the seller – he always answered all my questions very quickly! I recommend this product for purchase!
can i add chinese in the app by myself
Hi, yes
Just a heads up, Attempted to submit update using fresh code V1.19. Google play rejected the update. Turns out its the same issue as of 2 years ago.
Step 1: Fix the policy violation with your app
During review, we found that your app, APP Bundle version10 violates the Device and Network Abuse policy:
We don’t allow code that introduces or exploits security vulnerabilities. Check out the App Security Improvement Program to find out about the most recent security issues flagged to developers. You can read through the Device and Network Abuse policy page for more details and examples of common violations.
For example, your app currently contains the following class, which contains a vulnerable version of X509TrustManager:
Lcom/libraries/ssl/MySSLSocketFactory$1; To properly handle SSL certificate validation, change your code in the checkServerTrusted method of your custom X509TrustManager interface to raise either CertificateException or IllegalArgumentException whenever the certificate presented by the server does not meet your expectations. You may refer to this Help Center article for additional guidance.
Please make appropriate changes to your app, and be sure to address the issues identified above. In addition to your Production release, if you have other release types that you use for testing and/or quality assurance checks (e.g. Internal test, Closed, Open), please make sure to update those tracks as well.
This rejection doesn’t impact the standing of your Google Play Developer Account, but repeated violations can result in the suspension of this app or your Google Play Developer account.
Hi,
We are sure we updated the SSL on this. We just submitted Item Finder for Android and we dont seem to encounter that issue.
Email us here for checking. mangasaurgames@gmail.com
Well if you just submitted then give it about a week, I guarantee google play will reject that submission and send you an email regards to their network and device abuse policy.
Hmm the app is over a year in Google play but we just submitted new updates for new features in one of our clients.
Maybe email us and we will check and send you some SocketFactory we are using and give it a try.
Their explanation is different. This is because the issue on this is they want to make the URL if you are using https:// to connect only to https://. What we did was either http: or https because we dont know whether you installed SSL or not. So during network check with Google they detected it and that is why they sent you a predefine explanation on the X509TrustManager.
Hi MGAppcelerator, Any plans for an update? Is there a plan for creating a php based script for this? I noticed your working hard on the Store Finder project, what about this script?
Hi,
yes we are planning to update the php files on it the same with the StoreFinder structure.
No updates useless App
Hi, email us here mangasaurgames@gmail.com if you need the update. We will be finally free next week so we can update all our apps and publish brand new apps.
Been waiting for this item to be updated so I can buy. Also waiting for deal finder update which you promised 2 weeks ago.
Hi, we issue an update via email to those who purchase due to very busy schedule and we havent allocated a spare time to update all our apps.
You got an update for deal finder Android version? I purchased but haven’t received email with update.
Consider updating the item finder app also. It’s a pretty cool app and I feel like you are losing out on customers because it has been long since it was updated.
Hi, you can email us together with the purchase code to get the update. What we mean is we havent spared any time yet for update in CC because we need to do all of it not just few apps.
Email sent
Hey are you updating this and store finder soon?
Hi yes. We will update it by next week.
Ok I’m Looking forward to it.
Are you still releasing the update?
cant register new user
Can you send your server url in our email for checking mangasaurgames@gmail.com
I figured it out 
1- I have an error message when i add a new item : “Problems encountered while syncing. Try logging in again”. But when i quit the page (without save), the item is registered and work! How resolse this problem?
2- How an user can delete an item? There is no DELETE button.
Thanks you.
Hi,
1.) Can you send the server url for us to check. This might be an issue with the URL or the .htaccess in your server.
2.) there is a delete button. Go to The Edit page of the item, scroll down below and the delete button is there.
2) There is Publish / Unpublish button, not DELETE.
1.) Ok we will check,
2.) Oh, our bad, we thought you were referring to our other app. Unpublish button, remove the entry on the feed. We did not put delete button because you can use it again if you try to publish the item again.
There is another bug in PHP Dashboard. When i edit an exist item, the category dropbox is not completed and displayed, so when i save the item, the item don’t appear in the Android app because his category field is replaced by 0 (or nothing).
Hi, category is according to Leaf node. That means
Category 1 Sub Category 1.1A Sub Category 1.2B Category 2 Sub Category 2.1A Sub Category 2.2B
The category being displayed are only Sub Category 1.1A, Sub Category 1.2B, Sub Category 2.1B and Sub Category 2.2B
Those are the leaf nodes. meaning ending nodes per Category node.
All the different users who add a product in the android application, all have the same GPS coordinates. Those found in the code config.java:
// DO NOT EDIT THIS
public final static boolean SHOW_LOCATION_COORDINATES_LOG = false;
// DO NOT EDIT THIS
public final static double DEBUG_LATITUDE = -21.0006099f;
// DO NOT EDIT THIS
public final static double DEBUG_LONGITUDE = 55.2771585f;
Therefore the geolocation of the products is unusable ::(((( How to make sure that each user is well geolocated?
public final static boolean DEBUG_LOCATION = false;
Then the above DEBUG LAT/LON will not be used.
Ok thanks. For my previews message, so i need to create sub-category?
Last question. By default, in settings, the raduis by default is fixed onthe maximum (like 180000 Km). How can i change this in the code, to put 15 Km maximum by delault for my users.
For my previews message, so i need to create sub-category?—yes because you need to create and ending node if you wish to have subcategories. If you dont want subcategories then dont put any category inside any category.
Last question. By default, in settings, the raduis by default is fixed onthe maximum (like 180000 Km). How can i change this in the code, to put 15 Km maximum by delault for my users.—In Config.java, look for AUTO_ADJUST_DISTANCE and set to FALSE.
Thank you
APK Work fine in SDK 27 on my smartphone, but Google Play Console reject 27 version when i want to upload the APK. Minimum requirement is 28 version.
So When my config is this (see below), it is accepted in Google Play console, but now, the APK don’t work in my smartphone. The app start and close instantly.
android { compileSdkVersion 28 buildToolsVersion ‘28.0.3’ }
defaultConfig {
applicationId "com.apps.tipanier"
minSdkVersion 27
targetSdkVersion 28
versionCode 2
versionName '2.1'
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
}
compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
Any solution?
Hi,
minSdkVersion should be 21.
targetSdkVersion and compileSdkVersion can use 28
not working. App open & close instantly.
android { compileSdkVersion 28 buildToolsVersion ‘28.0.3’
defaultConfig {
applicationId "com.apps.tipanier"
minSdkVersion 21
targetSdkVersion 28
versionCode 2
versionName '2.1'
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
}
Can you share the APK in our email. mangasaurgames@gmal.com
sent
It work fine. You are a genius man
Thank you.
Hello.In the app, the item front page does not refresh automaticly. So when other peoples add somes products, i can’t see them if i stay on front page. So it is a big problem. how can i add a function to refresh this page, with a button or with a slide down with finger Thanks
another thing. When your delete an item (or another entry) in php admin panel, it is really not displayed but, in fact, the entry it is always in mysql database, and the images are also in the upload_pic folder.
Hi, no automatic refresh because we dont know when the new product is added. We did not put a timer like every certain seconds to refetch. This will keep your server busy and doing unnecessary request over time.
In relation to delete, in SQL management, there is no deletion of entries. Only flagging it as is_deleted. Those entries are sequential. It is not a good practice to remove entries which will break the sequence and other references done in MYSQL.
Ok for automaticly timer refresh but then, how can i add a refresh button in title bar? can you send me an example of page for android studio?
Actually, if they revisit other menus and go back to home, it will be updated.
yes it that what i do, but it is not easy and not logic for users. all users who tested the app ask me what is the problem with refresh of home page
. make a refresh button is hard to make for you ?
It is not hard actually, we used already the swipe refresh. calling the refresh solves the issue already. What we are trying to say is most of you does not have super fast web hosting like facebook. instagram. So every request to server is crucial. So what we did in the app is to limit the unwanted refetching just to show update. We cant guarantee that if we auto update there is new data.
Ok i understand. How can you explain me how can i implement swipe refresh please ? Thank you
actually in the app (item finder) the swipe refresh is not implemented
Actually it is there. you will see a circular loading at the top? Thats it already but we disable the swiping. Email us here and we will give you a updated file for that. mangasaurgames@gmail.com
ok
Fatal error: Uncaught Error: Call to undefined function mcrypt_encrypt() in /home/apricode/public_html/itemfinder/application/Extras.php:66 Stack trace: #0 /home/apricode/public_html/itemfinder/admin_access.php(142): Extras->encryptQuery2(‘aghtUJ6y21klnQ8…’, ‘authentication_…’, 1, ‘authentication_…’, 0, ‘admin_access.ph…’) #1 {main} thrown in /home/apricode/public_html/itemfinder/application/Extras.php on line 66
merhaba uygulamanın php scriptini yükledim açılıyor fakat ürün kategori vs. ekleyemiyorum. yukarıdaki hata bütün sayfalarda yazıyor ne yapmam gerek acil yardım lütfen
Email us here for support mangasaurgames@gmail.com. And download our latest code from CodeCanyon for the update on this. This is fixed since May 2019.
I sent an e-mail to mangasaurgames@gmail.com. Please review and return to the address, it is very urgent
We replied you already.
I get a lot of errors in the android application. It is very urgent that you need to update the target sdk to 29. When I do it myself, there are conflicts and I get the error stopped. It is very important for me. Please update it.
Actually we are waiting for your reply. We just submitted a new app in playstore targeting 28 and 26 for WearOS and we dont have any issues.
The last time you said that Playstore wont accept SDK 28, we just verified it, submitted and it accept. So we dont have any issue with SDK 28.
For some reasons for using SDK 29, we are not recommending, regardless if the app is build in lower SDK, it is compatible with SDK 29. because we are using lower version to compile.
I set everything at sdk 28 but I get the error stopped. Can you give me a Whatsap number? Or send a video showing the settings I will make from scratch according to sdk 28 to dayancihad@gmail.com is very important to me
You can send us here your error log so that we will know what is your issue. mangasaurgames@gmail.com
If the application is installed, and crash, then there is a library issue.
Sending us the crash log will help us to find your issue.
I solved problem.Application worked.There is one more problem: the number of pictures to be loaded in a item is 5 but after uploading 1 picture, it gives an error and the other pictures are not uploaded?
Can you share us via email your server url. We will check it instead. mangasaurgames@gmail.com.
Issues on this are:Folder permission in the upload_pic in the backend
Wrong Config URL path
Small POST image size set by your web hosting
So if you will be able to share the server url of your backend via our email, we can check it.
hello ui design update?
We have as of the moment a front end website for Store Finder.
https://codecanyon.net/item/store-finder-admin-website-v10/24076518Next week would be the new app release we have.
When the Desktop version will be available?
We are releasing the website for Store Finder next week so it might be after the following week to be released.
Hi, In your Description and Download says”Item Finder MarketPlace Full Android Application v1.18 – 1” but when I download the files i get “item-finder-marketplace-full-android-application-v111”? Also Do you have the Website for this App?
It is 1.18. It is only a url at the download page is retain but the code is updated to v1.18.
We are currently doing the website for Item Finder.
So I can`t use the PHP Script included in the files for a website?
I installed the php script but is a backend, so I am assuming you are working on the User End or Homepage. How long before you have this part done?
The response i am getting from the Google Play team when using your most recent update from code canyon.
Hello Google Play Developer,
We rejected Your App, with package name com.app.example, for violating our Malicious Behavior or User Data policy. If you submitted an update, the previous version of your app is still available on Google Play.
This app uses software that contains security vulnerabilities for users or allows the collection of user data without proper disclosure.
Below is the list of issues and the corresponding APK versions that were detected in your recent submission. Please upgrade your app(s) as soon as possible and increment the version number of the upgraded APK.
Vulnerability Reason
TrustManager You can find more information about TrustManager in this Google Help Center article.
To confirm you’ve upgraded correctly, submit the updated version of your app to the Play Console and check back after five hours to make sure the warning is gone.
While these vulnerabilities may not affect every app that uses this software, it’s best to stay up to date on all security patches. Make sure to update any libraries in your app that have known security issues, even if you’re not sure the issues are relevant to your app.
Apps must also comply with the Developer Distribution Agreement and Developer Program Policies.
If you feel we have made this determination in error, please reach out to our developer support team.
Best,
The Google Play Team
This information is intended for developers of apps that contain an unsafe implementation of the interface X509TrustManager. Specifically, the implementation ignores all SSL certificate validation errors when establishing an HTTPS connection to a remote host, thereby making your app vulnerable to man-in-the-middle attacks. An attacker could read transmitted data (such as login credentials) and even change the data transmitted on the HTTPS connection. Please see the Developer Console for a full list of your affected apps.
We checked it and we forgot updating it. Please wait we will re upload a new one.
Ahh man!! Dang. Okay It happens, I understand. When can I expect this update? Definitely looking forward to it!
Yes it is already updated. Check it. Its already version v1.18
i’m eagerly waiting for your update. when can we expect it?
Hoping we can upload the update by next week. Thanks.
hello any plans to update design soon?
Yes we have plans but as of now we will just update first the project and some adjustments.
good. try to update the design of the item detail screen. right now it looks too outdated. make it look like olx or letgo. you will make more sales.
Ok. We will be considering your suggestions. Thanks
Hi MGAppcelerator! The app is working alright, but im facing an issue. Splash Screen is very slow, is there any way this can be fixed? it takes around 2 minutes for splash screen to quit and then you can start using the app.
That is strange. Typically the splash takes around 1 second only to load. Can you email us here and send a video recording on it. mangasaurgames@gmail.com
This is a very nice App, i uploaded and configured the back end without any problem! My question is: Why don`t you add a website to go alone with the Apps?
We have plans for it. Due to heavy load on customization and will be about to end it to give way on new apps and website release.