Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phone Gap Build #8

Open
jadman02 opened this issue Jan 25, 2015 · 2 comments
Open

Phone Gap Build #8

jadman02 opened this issue Jan 25, 2015 · 2 comments

Comments

@jadman02
Copy link

I'm in Australia so I can't use the Paypal Mobile SDK...so I thought I'd use your MPL plugin...

I am using the Phone Gap Build service and making an IOS app.

I use the following in my config.xml:

<gap:plugin name="com.rjfun.cordova.plugin.paypalmpl" source="plugins.cordova.io" />

There is an issue with the ios signing key ...it won't build the app...

Any idea what the problem could be...When I remove the plugin from my config.xml the gets built fine.

@avishayhajbi
Copy link

i have web view error and the build failed !

@alien3d
Copy link

alien3d commented Dec 21, 2015

:\x\x\x\platforms\android\src\com\rjfun\cordova\plugin\PayPalMPL.java:208: error: cannot find symbol
1> PayPalMPL.thisPlugin.webView.removeView( this.ppButton );
1> ^
1> symbol: method removeView(CheckoutButton)
1> location: variable webView of type CordovaWebView
1> C:\x\x\x\platforms\android\src\com\rjfun\cordova\plugin\PayPalMPL.java:220: error: cannot find symbol
1> PayPalMPL.thisPlugin.webView.addView( this.ppButton );
1> ^
1> symbol: method addView(CheckoutButton)
1> location: variable webView of type CordovaWebView
1> C:\x\x\x\platforms\android\src\com\rjfun\cordova\plugin\PayPalMPL.java:243: error: cannot find symbol
1> if (v == (CheckoutButton) PayPalMPL.thisPlugin.webView.findViewById(PAYPAL_BUTTON_ID)) {
1> ^
1> symbol: method findViewById(int)
1> location: variable webView of type CordovaWebView
1> Note: Some input files use or override a deprecated API.
1> Note: Recompile with -Xlint:deprecation for details.
1> 3 errors
1> :compileArmv7DebugJava FAILED
Something about webView.. try to changed and error also.Using cordova webview.. maybe some incompatible here..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants