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

App Icons Not Updating #206

Open
peetz opened this issue May 23, 2012 · 2 comments
Open

App Icons Not Updating #206

peetz opened this issue May 23, 2012 · 2 comments

Comments

@peetz
Copy link

peetz commented May 23, 2012

I have updated my icons in the AppStore, but the old Icons are still showing. The icons have been updated at appshopper.com.

How can I get these changes to be reflected in the app?

@peetz
Copy link
Author

peetz commented Jun 7, 2012

Anyone else experiencing this?

To clarify, I updated my app icon which has already changed on AppStore. However, the old app icons are still showing in AppSales Mobile. How can I "force" them to refresh?

@afehners
Copy link

afehners commented Sep 3, 2012

Theres no way currently to refresh icons by the looks of it, once an icon is found or failed to be found thats it for ever.
I had a related problem where the first time it tried to find my app icons it couldn't because the apps had only just been released.

I fixed it by commenting out the code which loads the icon from file, which forced it to go and grab the icons again from appshopper. Got to file IconManager.m and comment out lines 63-67 :

/*NSString *iconPath = [[self iconDirectory] stringByAppendingPathComponent:appID];
UIImage *icon = [[[UIImage alloc] initWithContentsOfFile:iconPath] autorelease];
if (icon) {
    return icon;
}*/

Run the app once. It will refresh and save the new icons. Uncomment those lines and run to return to normal, otherwise each time you run appsales its going to try and fetch and save your icons all over again.

jjochen added a commit to jjochen/AppSales-Mobile that referenced this issue May 14, 2013
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