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
0
votes
1 answer

How to add iPad support to a PhoneGap application?

I have an application - FooApp - built with PhoneGap. FooApp runs natively on the iPhone platform and it's published on the App Store. FooApp does not, however, run on iPad natively. Instead, it runs with the 1x/2x mode and it's marked as an…
edoreld
  • 303
  • 1
  • 17
0
votes
1 answer

SIGABRT crash on iOS app

I am trying to test an iOS app on device. I have included as much of the crash log as Stack Overflow will let me. This error only occurs when the location permission modal pops up. Before I can even select to allow or deny location-based services,…
Steven Matthews
  • 9,705
  • 45
  • 126
  • 232
0
votes
1 answer

phongap's error:- Execution failed for task ':transformClassesWithDexForDebug'

when i am trying to build my phonegap app at that time i am getting this error. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':transformClassesWithDexForDebug'. >…
Harish Mahajan
  • 3,254
  • 4
  • 27
  • 49
0
votes
1 answer

phonegap ajax call to express.js(node)

I am new to phone gap , Trying to make Ajax call to my Node.js server but it is failing . here is my node.js simple express code Server.js file var express = require('express') ,app = express() app.get('/',function(req,res){ …
0
votes
1 answer

iPad device doesn't support a stable version of indexedDB error

after opening my phonegap app in iPad it shows error index.html , your device doesn't support a stable version of indexedDB. but it works fine in all other device (android and iphone) i have tried adding the IndexedDBShim as script in index.html…
0
votes
0 answers

Phonegap/cordova App Has Stopped on Galaxy S5 and Note 4

config.xml Rustic Plumbing Leak Cam
Jii Yan
  • 1
  • 1
0
votes
1 answer

Phonegap/cordova- Ios Device UUID not unique when user uninstall and re-install the app

The issue is with ios device when user uninstall and reinstall the app it will generate new UUID which is not unique. On an android device we can get a unique device UUID.
Maheshvirus
  • 6,749
  • 2
  • 38
  • 40
0
votes
1 answer

Phonegap BUILD plugin for chromecast mirroring (iOS&Android)

I'm stucked to find a Phonegap BUILD (yes, it really needs to be compatible with this service) plugin that works properly. I've tried a lot of plugins, but none of them seems to work. I really liked the ConnectSDK aproach, but phonegap build got an…
0
votes
1 answer

Cordova / PhoneGap Plugin Permission Settings for NSCameraUsageDescription, NSPhotoLibraryUsageDescription and NSMicrophoneUsageDescription

App attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data
Maheshvirus
  • 6,749
  • 2
  • 38
  • 40
0
votes
1 answer

PhoneGap Build and OneSignal - Ios Certificates and Provisioning profiles

I have used OneSignals Provisonator to generate a .p12 and .cer file. The problem comes when I have to upload the certificate to PhoneGap build, because PhoneGap Build also wants a Provisioning Profile. On the Apple Developer website, I create a…
0
votes
1 answer

Phonegap - clicking on icon restarts app instead of switching to already running app

I have a very simple Phonegap application that loads an external website: