Questions tagged [phonegap-build]

'Phonegap Build', an Adobe cloud service, allows you to upload your HTML, CSS, and Javascript to their build service and returns you your complete package. It removes the need for local build servers and SDK's for each destination platform.

PhoneGap Build is a cloud service for compiling PhoneGap applications.

Adobe PhoneGap provides a way for users to create mobile applications using technologies such as HTML, CSS, and Javascript. Applications created with PhoneGap can be distributed to various vendor app stores (ex: Apple App Store) and installed on a end-user's device like any other native application. Each vendor provides a different toolchain, and each PhoneGap release is compatible with a specific set of tools. This is where PhoneGap Build comes into help.

Here are some of the benefits PhoneGap Build provides:

  • Managed Compilation and Signing (No SDKs)
  • Multiple Supported Platforms
  • Work With Your Team
  • Quicker Development Cycle
2651 questions
92
votes
11 answers

How to upload IPA now that Application Loader is no longer included in Xcode 11

I'm a little afraid to ask this question because the problem seems huge to me and yet I don't see anyone panicking about it. I'm a little afraid to sound crazy, but I'm going to go for it : As we can read on Apple's post Submissions Update…
Enzo B.
  • 2,341
  • 1
  • 11
  • 33
55
votes
7 answers

Cordova splash screen remove

Is it possible to disable Cordova default splash screen? I have removed the plugin but the default splash screen for iPhone still is showing and for Android the white screen is showing. Can this be fully removed?
artur
  • 675
  • 1
  • 6
  • 12
46
votes
4 answers

Create a Custom AdMob Plugin for Phonegap Build (for iOS and Android)

Everything in my Phonegap Build app is working, including the Analytics and FacebookConnect plugins. However, now I would like to add AdMob ads. Phonegap Build does not provide a built-in plugin for AdMob, but according to the Phonegap Build Plugins…
Mark Rummel
  • 2,920
  • 10
  • 37
  • 52
41
votes
4 answers

Which IDE for Phonegap? Is Eclipse enough?

I am about to jump into Phonegap and realize that it doesn't have an IDE of its own. I know that I could use Eclipse to create Android-centric Phonegap apps, but what about the iOS and perhaps Windows Phone and perhaps Blackberry "versions" - can…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
29
votes
2 answers

Cordova : Unable to install apk after upgrading android to 5.1.1 Nexus 5

Unable to run apk on nexus 5 after upgrading to 5.1.1 Using Cordova: 5.0.0 Device : Nexus 5 Machine : MAC BUILD SUCCESSFUL Total time: 8.432 secs Built the following apk(s): …
Jijesh
  • 327
  • 1
  • 4
  • 10
27
votes
16 answers

PhoneGap: Open external link in default browser (outside the app)

I'm trying to open links in Safari (on an iPhone) from a PhoneGap application. I'm using PhoneGap version 3.1.0, and use PhoneGap Build, to build the application. I have two links on the page (shown below in www/index.html). Both links open inside…
Martin
  • 2,302
  • 2
  • 30
  • 42
26
votes
3 answers

Share something to a phonegap app

Is there any way to register a phonegap app to appear in the menu of applications to share?
karacas
  • 2,054
  • 1
  • 19
  • 29
25
votes
9 answers

How to remove iOS status bar with Phonegap Build?

Is it possible to get rid of the status bar in iOS7 when using Phonegap Build 3.1? I can remove the status bar when building locally in Xcode, but as soon as I try Phonegap Build, it's back again. Is there a config preference to remove the status…
Per Quested Aronsson
  • 11,380
  • 8
  • 54
  • 76
24
votes
2 answers

Push notifications: Why use Amazon SNS over Google's GCM/FCM?

I have created a mobile app for Android and iOS using Phonegap Build. Last year I had nearly finished writing code to use GCM (Google Cloud Messaging) for remote push notifications - which can go out via Apple's APNS too - but the project was…
24
votes
2 answers

Building an archive for Xcode 4.6 release with phonegap v 2.9 fails

This appears to be a recurring phenomena. I saw a number of prior questions, where the solution was to delete armv6, and then the archive would work. Of course, armv6 is gone. So, now, building with both current, Xcode 4.6.3 phonegap 2.9. And yes,…
lekash
  • 241
  • 1
  • 2
  • 3
23
votes
14 answers

ionic build android failure - Execution failed for task processDebugResources

I am using Mac Yosemite. Getting the following failure on running a build for android platform : FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':processDebugResources'. >…
Sairam Krish
  • 10,158
  • 3
  • 55
  • 67
23
votes
4 answers

Using Local storage in phone gap

I wanted to create an mobile app for my web project. I found phonegap. It says Easily create apps using HTML, CSS, and JavaScript. I have not created a mobile app using phone gap before. There are three storage options memory-store.js (MemoryStore),…
Leah Collins
  • 637
  • 2
  • 9
  • 21
22
votes
10 answers

"Not allowed to load local resource" for Local image from Remote page in PhoneGap Build

I'm hosting my webpages for a phonegap build app. I'd like to use the camera to upload a photo, and show a preview the image, basically doing this:
Nico Westerdale
  • 2,147
  • 1
  • 24
  • 31
21
votes
7 answers

PhoneGap Build iOS app has blank white screen after splash screen

I'm using PhoneGap Build 3.0, attempting to get rid of the blank white screen that appears after the splash screen. I've done research and all I can find is references to PhoneGap and Cordova, not PhoneGap Build. None of the things I've tried have…
Daniel Miller
  • 2,409
  • 4
  • 19
  • 20
20
votes
1 answer

phonegap build permissions in android

I'm using phonegap build to create my app. Is there a way I can configure the permissions asked by android? For now it asks for all the permissions when I actually only need internet, localstorage and notifications. Please bare in mind - I'm only…
digicom
  • 538
  • 3
  • 7
  • 20
1
2 3
99 100