Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable native popup on icon change #11

Closed
dhubenko opened this issue Apr 23, 2024 · 2 comments
Closed

Disable native popup on icon change #11

dhubenko opened this issue Apr 23, 2024 · 2 comments

Comments

@dhubenko
Copy link

Icon changing in runtime is more a marketing feature than user setting.

On android we can change icon via google console, but on iOS there is no other way except making new release.

This plugin is a very good try to solve our problem. It works great. The only problem - it opens native popup with "ok" button on every icon change. Thats not user friendly...

Is there any chance to implement this solutions to disable that native popup?
https://stackoverflow.com/questions/43356570/alternate-icon-in-ios-10-3-avoid-notification-dialog-for-icon-change

@kyubuns
Copy link
Owner

kyubuns commented Apr 24, 2024

I didn't know there was a way to do that!
But I'm not sure if Apple would allow it, so I wouldn't put it in the main branch.
Maybe they're secretly experimenting in other branches...

@kyubuns
Copy link
Owner

kyubuns commented May 6, 2024

It did work.
But I don't know if the implementation of this branch is Apple-approved.
Use at your own risk.
https://github.com/kyubuns/AppIconChangerUnity/tree/disable_popup

@kyubuns kyubuns closed this as completed May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants