Hi,
I have two problems. First is that i'm unable to install my apps that I've created on phonegap now either by QRcode or iTunes. They installed just fine before. My current iPad ver is 9.3.2.
Secondly, now when I upload new zip file to update, it shows that it has created the build but it shows the older version on the phone gap app page and since I can't install the app, I'm not sure where is the problem.
Regards.
I have two problems. First is that i'm unable to install my apps that I've created on phonegap now either by QRcode or iTunes. They installed just fine before. My current iPad ver is 9.3.2.
Secondly, now when I upload new zip file to update, it shows that it has created the build but it shows the older version on the phone gap app page and since I can't install the app, I'm not sure where is the problem.
Regards.



JesseMonroy650 (Volunteer), Champion
beginner, using stock config.xml - likely this one https://github.com/phonegap/phonegap-...
Best of Luck
Jesse
Petra V., Champion
1. The document declaration line is missing.
2. You are using all old, deprecated plugins from the pgb repo. Use the latest versions from npm instead. Be aware tha they are named differently, though!
3. You have assets for Blackberry and WebOS in your config. Why?
4. You have a whitelist rule, but the whitelist plugin is missng
5. Since you specify paths like "www/res/..." in your config, I guess that your index.html and config.xml are not both in the root directory of your zip file, which causes PGB to ignore the config completely.
Irfan Samuel
Thank you for the feedback. I'll download the latest config.xml and will let you know.
Regards.
Petra V., Champion
Irfan Samuel
really appreciate your response.