booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

App Icon Not changing #24

Closed Mrmontez closed 1 year ago

Mrmontez commented 1 year ago

Hello developers, Please explain why I can't build my app without getting your icon on my app, and also when I use the software to modify the app it removes the purchase code and the mobile login when exporting the configuration file.

I have done all that I see in your guide, and still doesn't work as it should. I need you to confirm how to generate my app with a working state. That your icon won't show on my app, and about the issues of the purchase code and the mobile login problem. And you need to rise the (ext.kotlin_version) to '1.6.21' also you need to add this (android:exported= "true") because it is giving errors.

Please give me a solution for this as soon as you can.

AdilSoomro commented 1 year ago

Hello, please confirm:

  1. you’ve changed both mipmap and adaptive icon files. We’ve explained adaptive icons in separate section here: Change App Icon
  2. Don’t worry about the purchase code being removed.
  3. Make sure login menu is ON in drawer settings.
Mrmontez commented 1 year ago

Yes I have done all of that but am still facing an issue

AdilSoomro commented 1 year ago

Please install TeamViewer and send creds.

Mrmontez commented 1 year ago

Should i email you the TeamViewer creds rather than pasting the credentials here in public?

AdilSoomro commented 1 year ago

Yes, houziapp@gmail.com

Mrmontez commented 1 year ago

Okay I emailed you let me know if you got my email.

Mrmontez commented 1 year ago

Hello, processed-ef9a3094-896d-41b8-87aa-d1ebcffa3ebc_AUsJ6g2u-1

How can I remove this please?

AdilSoomro commented 1 year ago

hello, open following file:

Project_HOME > packages > houzi_package > lib > common > constants.dart`

and look for these variables and set to false

const bool SHOW_DEMO_CONFIGURATIONS = false;
bool SHOW_THEME_RELATED_SETTINGS = false;
Mrmontez commented 1 year ago

Okay thanks I will let you know if I have further questions :)

AdilSoomro commented 1 year ago

You're using 1.1.5, which has some issues that were fixed in 1.1.5_1. These option were also set to false in newer version. Please use that latest version from codecanyon.

Mrmontez commented 1 year ago

Okay let me check

Mrmontez commented 1 year ago

Screenshot_20230115-174238_RAR

I downloaded from codecanyon again but it's still not updated could you please cross check if you have surely updated the file on codecanyon?

Mrmontez commented 1 year ago
image

Also like you see here there is no updated version, could you email me please?

Mrmontez commented 1 year ago

Yes, houziapp@gmail.com

Please check your email @AdilSoomro

AdilSoomro commented 1 year ago

During a teamviewer session OP was guided on how to change the adaptive icon on the app. The important point is, you need to have svg layers of your icon, one for background and the other for foreground.

Consult Adaptive Icon section in Changing App Icon Doc.

Marking this close. Let me know if you've any other issue.