GithubHelp home page GithubHelp logo

appiconchangerunity's Introduction

小さくて綺麗なものが作りたい。
MessageForm

appiconchangerunity's People

Contributors

adriaandejongh avatar cs-altshift avatar kyubuns avatar mjkwak0184 avatar opeious avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

appiconchangerunity's Issues

Disable native popup on icon change

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

Alternate icon is missing in "Included Assets" on AppStore review page

Hi.

Most likely it's not the bug and probably I did something wrong because I never deal with alternate icons before.

So, after package installation I tried to setup scriptable object asset but get this warning by default using AutoGenerate option
image
I am not sure what -nographics actually means and why my project has this property. Please, clarify, what's that and is there any option to force AutoGenerate option work?

Anyway, I switched to manual and referenced all required assets there.
After build upload to the TestFlight and add that build to review, I found that alternate icon is not inclueded there
image
Again, I am not 100% sure, but seems it should be there. I didn't send the build to review to ensure there is no mistake in the build.

I checked everything - alternate icon set is included to the build (checked Assets.car file), however I didn't find any entry in .plist. From what I understood it should look like this:

<dict>
    <key>CFBundlePrimaryIcon</key>
    <dict>
        <key>CFBundleIconFiles</key>
        <array>
            <string>light</string>
        </array>
        <key>UIPrerenderedIcon</key>
        <false/>
    </dict>
    <key>CFBundleAlternateIcons</key>
    <dict>
        <key>light</key>
        <dict>
            <key>CFBundleIconFiles</key>
            <array>
                <string>light</string>
            </array>
            <key>UIPrerenderedIcon</key>
            <false/>
        </dict>
        <key>dark</key>
        <dict>
            <key>CFBundleIconFiles</key>
            <array>
                <string>dark</string>
            </array>
            <key>UIPrerenderedIcon</key>
            <false/>
        </dict>
    </dict>
</dict>```

Am I wrong? Is it a bug or something else? 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.