465 comments found.
Any plans for push notifications yet?
work in progress.
Any ETA that we can anticipate?
Is it within weeks or months?
It is within weeks.
Hello Team, any updates on when is the next release coming?
Hello dear Booleanbites Team, i have encountered Account Registration Issue.
i could not register account on Houzi Mobile App, when i was trying to register an account i got this error message ” {msg : “Access denied.”} ”, although i’ve done all necessary configurations.
Hi, send your website name via personal message from our profile.
Hi, could you provide API Testing documentation or a Postman collection, if i were meant to build the app from scratch.
Hello. Does the support include publishing to the app store?
No. We charge for deployment of the apps.
How much do you charge for configuration, installation and deployment of both the website and mobile apps?
Send a personal message from our profile.
Hi,
Please advise before purchase this app.
1) This app connected with this wordpress website
https://themeforest.net/item/houzez-real-estate-wordpress-theme/157525492) houzez-real-estate-wordpress-them is include in this app purchaes.
3) Can we got the complete source code and you will support to run and publish code.
4) can we add google ads in app
1. Yes, this app connects with Houzez real estate theme.
2. No, you will need to buy both separately.
3. You will get complete source code. You can follow our docs to get everything setup. We charge fee for publishing full system for clients.
4. Google Admob is already integrated.
Hi,
What does it mean you charge for publishing an app on the Play Store or helping me publish an app on the Play Store also advise what your charge fee is.
If you already have a flutter development team, then you just need to buy and configure everything yourself by following docs.
If you want to hire my team to configure everything and deploy apps, we charge around usd 750 for the services.
Ok, If we have dev then you are giving support via tickets if dev stuck while publishing.
Yes
i have an issue where when i open builder all test are successful and there is a please wait keep loading i cant enter the builder
Hi, what is your website address?
Nice app, is there any option for members to add listings?
Yes. members can add listings.
Hello to you I have noticed for 2 days when the users of the application published a property the images do not load or are not displayed
Send your website address in the private message.
i was excited to see there was finally an app .. but .. im a lil disappointed to see its just a big api iframe .. maybe im wrong but i just wanna make sure since from what i see it didnt look too native ..
is the crm a part of the wordpress or is it a new thing with the app?
and are you going to be adding any new improved features soon??
This app is built in flutter. CRM is leveraged from Houzez crm. We’re always improving the app.
does the app have chat option in app for the property owner?
Custom can send messages to property owners. It’ll be sent as email.
Hi All, i upload my .aab file to google play console but i receive the following issue: The Android App Bundle was not signed.
i generated a signed bundle, create a new – also i tired the choose existing option C:\Users\AndroidStudioProjects\MyApplication\app\build\outputs\bundle\debug
without result 
> Failed to read key upload from store “C:\Users\AndroidStudioProjects\MyApplication\android\houzi_public_keystore.jks”: keystore password was incorrect
Please, don’t sign your app with the default keystore that we provide in the app source code. Follow this guide to setup your own keystore: https://houzi-docs.booleanbites.com/tools/setup_android_signing
i created a new keystores.jks at key.properties succesfully. i replace it with houzi_public_keystore.jks
enter your keystore pass alias and path here
this picks path from the gradle directory
storePassword=XXXXXXXXXX1 keyPassword=XXXXXX2 keyAlias=key storeFile=../keystores.jks
but when i upload again app-debug.aab didn’t work The Android App Bundle was not signed. pfff its the last step for android app
You shouldn’t upload app-debug.aab, PlayStore wont accept it. Instead you should create aab for release.
https://docs.flutter.dev/deployment/android#publishing-to-the-google-play-storei tried to upload release aab file but now the new issue is:
You need to use a different package name because com.example.myapplication is used by a pre-installed application.
So i changed line 47 C:\Users\AndroidStudioProjects\MyApplication\android\release
as: applicationId “com.myname.app” but nothing
You need to follow each and every step, one by one, as described here as path way: https://houzi-docs.booleanbites.com
Are there any discounts in the near future?
We don’t have any plans yet.
Hello Team, I see Houzez added the feature on 3.1.0
[New] houzez_send_notification action hook for all emails
Is this what we needed for push notifications to work? Will we see push notifications in a new update soon? Thanks
Yes. This hook will be used for push notifications. You will see push notifications soon.
Awesome, any timeline so that I can prepare?
Where should i extract C:\Users\codecanyon-houzi-real-estate-app.zip.48f\houzi-1.3.9.1\houzi-flutter-app\houzi-1.3.9.1.zip\houzi-1.3.9.1 ?
in android studio folder or somewhere in flutter ?
Extract anywhere. Better to extract in a directory that you intend to use as workspace. Then open the houzi-1.3.9.1 in Android Studio or VSCode as a flutter project.
Keep in mind to setup flutter in Android Studio or VSCode, so it can recognize and handle flutter project.
done, Thanks! houzi app loaded succesfully to android studio. Then where should i edit the app configuration ?
It depends, a quick edit can be done in Android Studio. For layout, visual changes, it is better to use Houzi Builder. Follow the pathway in our docs: https://houzi-docs.booleanbites.com/
i have used houzi builder already and i have saved the settings. which file in Android studio should i edit?
Here’s how you can export and save settings to Android Studio: https://houzi-docs.booleanbites.com/houzi-builder/export_configuration
i see. thanks for your help
Hello, i see on your description that you propose the In App Purchase. ok, but there is or you will add the possibility to pay through woocommerce as on the Houzez Theme propose? (Stores take 30% of payments) thank you
When you allow users to unlock a feature or part of the app with a payment, AppStore and GooglePlay require you to use in-app-purchase. You cannot use any other payment system to unlock a functionality in the app. It is against both platform policies.
We won’t add any other payment system.
Additionally, you can apply for 15% fee privileges for both platform.
Read AppStore review guidelines about Payments here. 3.1 Payments
Hi, yes but for 15% need to have associated developper: i am alone on my account.
You will need to apply for small business programs on both stores. Please follow each store guidelines to apply for the lower rates.
You have selected wrong option in check boxes above the associated dev account. Please read carefully and then fill out the form. It is better to follow a tutorial and understand each option carefully.
Hi, please, can you check and answer at tickets? thanks
replied
Any chance for a discount ?
response :
1. No plans so far.
2. No plans yet.
3. Yes for old cusotomer 
discount price is live.
Really a great APP. PERFECT
Hi guys!
I saw yo have released a new update. What are the new features? I guess the multicurrency for properties is not in this update…?
Hey, unfortunately we had to push back the multi-currency feature for some future update. We understand this is an important feature. We definitely have plans for this. You can checkout the Changelog.
Hello, How can we implement our logic for our custom widgets? Example: mortgage calculator widget,we’ve implement the ui via configurations,but we want to add the logic
You need to make a widget for this in your flutter project. And then you can link this widget to property profile hook. Details here: https://houzi-docs.booleanbites.com/hooks-widgets/add_custom_widget_in_property_details
support daily rent?
No, this app / theme doesn’t support short rentals.