- This topic has 10 replies, 5 voices, and was last updated 10 years, 8 months ago by Code_A.
-
AuthorPosts
-
Code_AMemberAll of a sudden, my startup images and icons are not being included in my build. I am including all of the images during the build process, but when I load the app on my device the default mobi startup screen is displayed. Then, when I go back to rebuild the app all of the image fields are blank except one icon. Usually mobi saves the info for the last build. What is going on?
Code_AMemberHas anyone else ever experienced this issue? This is frustrating as this app is ready for the app store.
To my knowledge, I am not doing anything differently in my build process for my app than I have done in the past. Why is my startup screen not loading onto my device for my app? I just get the MobiOne default startup screen.
It seems this happened after I loaded some other MobiOne apps on my device without startup screen, but I have since removed those apps but my custom startup screen is still not loading.
Any ideas?
BrandonMemberI think I did have this happen, but never thought about it until I read this post.
But, it was the same. In between testing other screens that were not startup screens. I did have the project loaded at the same time, if this has anything to do with it. As I only have a couple more projects, not a problem for me, but could be a bug… if I get time Ill test the theory.
support-octavioMemberHi Code A,
You are building a native right? is it an iOS app or android app? What is the cordova version you are using? Also please share a build ID.
Do you have the same issue if you create a simple helloworld project and build it with the same branding images?
Code_AMemberThank you for the support.
I am building a native app for iOS. How do I check my cordova version?
I just loaded another app using the same startup screen and it worked ok on that one. How do I fix the other app?
Code_AMemberAfter confirming the splash screen worked on the other app, I decided to create a new project directory and move all my mobi files over and try again. This seemed to work. While it is a workaround, I would still like to know if there is a way to fix this issue without moving the files to a new directory should this issue arise again.
Thanks for the help!
Paul_paulParticipantThis happened to me once, by mistake I pointed to the images in a backup folder instead of the main image folder inside the project folder, so, do you have all your images in the same folder inside the project folder? Are you sure you pointed to the correct location? I cannot think of any other reason why this should happen other than these 2 things.
support-octavioMemberHi Code A,
It looks like a caching issue on the server. If you have a build id we might be able to track it down to learn why the images were not being updated. Also, could you share if you have renamed an image you were using as startup image?
Code_AMemberI did not rename any of the images, however I may have moved them on my pc (can’t remember for sure). Since I have the ability to relink the images during the build process I wouldn’t expect either of the above scenarios to be an issue.
Is there a way to clear the cache from the user end? As I mentioned, I moved my entire project to a new directory as a workaround.
I will get a build number for you when I get back to my pc.
support-michaelKeymaster>Is there a way to clear the cache from the user end?
There is not external control for the app center caching mechanism. The build id can help us debug into what might have caused this issue.
>As I mentioned, I moved my entire project to a new directory as a workaround.
Yea, you shouldn’t have had to do this as a workaround… will see what we can learn 🙁
-
AuthorPosts