phonegap / phonegap-app-desktop

PhoneGap Desktop App
Apache License 2.0
842 stars 315 forks source link

iOS app not available in danish app stor #883

Closed NicolaiFriis closed 5 years ago

NicolaiFriis commented 6 years ago

The app is not in the danish app store. But on android google play it is..

chrisgriffith commented 6 years ago

The iOS version has been removed due to a violation of Apple's Terms of Service. The ability to remote load radically different code via user input is the issue.

NicolaiFriis commented 6 years ago

Maybe they should update the getting started guide then: http://docs.phonegap.com/getting-started/2-install-mobile-app/ But thanks for the answer!

NicolaiFriis commented 6 years ago

@chrisgriffith do you know how to test the ipa then? Our app is build on a index.html file and when i preview that in chrome it looks correct. Now the app is updated in app store but now with some grey bars that was not there before. The changes i made to the app was only some links to the wordpress site which hostes content. Meaning all content is now collected from another website. The app is called Åben og Rolig and the files can be viewed here: https://github.com/NicolaiFriis/abenogrolig

chrisgriffith commented 6 years ago

Where are the grey bars?

Does it appear on all iOS devices or just the X?

I assume you don't have a Mac or Xcode to check it in the iPhone Sim?

Chris

On Wed, Apr 25, 2018 at 3:57 AM NicolaiFriis notifications@github.com wrote:

@chrisgriffith https://github.com/chrisgriffith do you know how to test the ipa then? Our app is build on a index.html file and when i preview that in chrome it looks correct. Now the app is updated in app store but now with some grey bars that was not there before. The changes i made to the app was only some links to the wordpress site which hostes content. Meaning all content is now collected from another website. The app is called Åben og Rolig and the files can be viewed here: https://github.com/NicolaiFriis/abenogrolig

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/phonegap/phonegap-app-desktop/issues/883#issuecomment-384247258, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgOA5PbjIECGaBXK8PgfSceKGz-J4J3ks5tsFamgaJpZM4Tfa5C .

NicolaiFriis commented 6 years ago

Top and bottom of the app. I fixed it with this viewport-fit=cover in the meta viewport in the index.html

Im not sure how many devices had it. I only had a X for testing.

I have a Macbook and also Xcode but i have trouble with getting the app inside Xcode so i can preview it. When i build the app i get a ipa file from phonegap and that cant open i Xcode.

I recently found out i could upload the build to apple and then use testflight to test the app on my iPhone X before i published it.

But it would be great if you have a advice on getting the app inside Xcode so i could use iPhone Sim.

And thanks for all your time 👍

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.