- This topic has 40 replies, 4 voices, and was last updated 9 years, 10 months ago by EmilioZorzi.
-
AuthorPosts
-
Brandon BatieMemberHi,
Our tests on the latest template show that both should be working, which is why we want you to send the project file.
You can send it to support at genuitec dot comThanks.
Brandon BatieMemberHi,
I got your test projects. Your date time one is fine, builds and runs on 5s and 6+ without any issues.
Your italy project is using an older version of the phone ui file and is referencing the the wrong phone gap file like stickleback mentioned. If I change that and use the latest phoneui file it seems to be fine.
index.html file, line 18:
<script type=”text/javascript” src=”res/phonegap.js”></script>
should be
<script type=”text/javascript” src=”phonegap.js”></script>Here is a screen cast of the app running on my iPhone 5s. | http://www.screencast.com/t/hGgAtD7qZ
I would suggest starting over and reimporting the project using the latest template resource pack.
Paul_paulParticipantBrandon, where is the latest up to date template zip?
Edit. I just downloaded the one on the tutorial is that the latest?
Brandon BatieMemberStickleback, yes the one in the tutorial is the latest.
Paul_paulParticipantI just noticed Adobe are saying Phonegap now has 64bit support on 3.5+ builds.
Brandon BatieMemberHi,
Yes, they announced yesterday that 64-bit is now supported: http://phonegap.com/blog/2015/01/20/ios-64bit-support/
So good they got it in place before the deadline.
EmilioZorziParticipantHello Brandon,
thanks for your help, with your suggestions to my project was completed well!I have some questions for you:
1) When the project by sending ME to Phonegap, gives me an error of TimeOut (attach slide).
This has no problem with small projects, but for larger projects (40Mb and above)
not sent to Phonegap. Which do you think is the problem?2) When the project amount M1 to ME, the index.html file is modified (see attached files). I solved it by copying the file manually from M1 to Me, but I do not understand where is the problem.
Sorry for my English.
Thanks for your help
Emilio
Attachments:
You must be logged in to view attached files.
EmilioZorziParticipantI send you the files index.html M1 and ME with an email because here are not accepted.
Brandon BatieMemberHi,
Depending on the actual size of the project it could be that the project is too large for the PhoneGap Build service. Here are the limits for each plan:
https://build.phonegap.com/plansOr, simply a network timeout.
EmilioZorziParticipantIt is probably a problem of network timeout, now I try to investigate.
A new problem at the moment:
are not accepted all of my profile signing, provisioning profile is not valid, even for new signing profile that I try to create.
I checked in and Apple are enabled and correct.I do not understand why the captain all to me.
Sorry and Thanks
Emilio
EmilioZorziParticipantI found, is a problem of updating certificates Apple.
Excuse
-
AuthorPosts