Search code examples
ibm-mobilefirst

icon not change in device


For the icon change effect on the android emulator and device if i install manually .apk .ipa file . It works fine after changing the application icon and uploaded mobilefirst console in the production environment.

but problem is marketing manager mail me . application updated but not changed the Application icon in iOS and android device.

at this situation what can i do ?

I flowing this link

emulatio


Solution

  • Based on the comments, an update will not take place if you did not increment the version number of the application.

    If you change a native resource such as the app icon, but do not increment the application version number then the check for a new version will not see the update because it is basing it on the version number.

    Update the version number and upload the updated .apk and .ipa; the update should then happen.