So we did all of our testing and everything worked and was running, we uploaded to google play store. It was approved and now listed on the store. Just got a notification today from our client that the splash screen is now not loading. Can you provide guidance on what may have changed or what I can do to resolve this?
Here is a link to the app. https://play.google.com/store/apps/de...
- 42 Posts
- 0 Reply Likes
- frustrated
Posted 4 years ago
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
are there any more details besides "it is not working"?
Device make and model?
OS version?
phonegap-version you released with?
plugin version you released with?
Also , devices you tested with.
Jesse
- 42 Posts
- 0 Reply Likes
Not working on any an all models tested, 6+ different devices
phone-gap verison cli-5.2.0
I assume this is the plugin you are looking for?
- 42 Posts
- 0 Reply Likes
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
Take cordova-plugin-splashscreen.
There might be other errors, though. For instance wrong paths or directory structure.
- 42 Posts
- 0 Reply Likes
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
- 10 Posts
- 0 Reply Likes
In regards to the npm plugins, do I need to change every plugin's src attribute? Is there documentation on that? It seems like every piece of documentation I find is really out of date.
Here is a link to the git repository:
https://github.com/Mosaicstg/IUPAT-DC...
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
Plugins: find the proper names here:
http://cordova.apache.org/plugins/
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
This FAQ should help. Read the bold sentences first.
Top Mistakes by Developers new to Cordova/Phonegap
NOTE: your issue with the documentation *could be* because you are reading the CLI documenation and not the BUILD. The FAQ covers this.
Build documenation
ANOTHER Note, the plugin section for Build is confusing. Please ask questions, if it does not make sense to you.
Best of Luck
Jesse
- 10 Posts
- 0 Reply Likes
Upload failed
Your APK's version code needs to be higher than 252.
I never had this happen in the past. Can you take another look and shed some light on what happened? Thanks!
https://github.com/Mosaicstg/IUPAT-DC...
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
Google 'Phonegap gradle versioncode' and you'll find the issue and its history.
Try this solution:
<preference name="android-versionCode" value="253" /> - 42 Posts
- 0 Reply Likes
would you mind explaining where I should put this code in the file in order to solve this problem.
- 42 Posts
- 0 Reply Likes
<preference name="android-build-tool" value="gradle" />JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
Jesse
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
I think several things are getting mixed up, here.
- 10 Posts
- 0 Reply Likes
JesseMonroy650 (Volunteer), Champion
- 3325 Posts
- 122 Reply Likes
Okay. Also good to know. Your feedback will help other developers in the future.
Jesse
Related Categories
-
PhoneGap Build
- 15111 Conversations
- 275 Followers




