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

Is this working with Phonegap Build? #1

Open
ESA14 opened this issue Apr 25, 2017 · 4 comments
Open

Is this working with Phonegap Build? #1

ESA14 opened this issue Apr 25, 2017 · 4 comments

Comments

@ESA14
Copy link

ESA14 commented Apr 25, 2017

I'm trying to use this plugin with Phonegap Build.

But always get this error message:

Error - The following 3rd-party plugin is causing the build to fail and may need to be updated to a newer version: com.omarben.inappreview

@omaxlive
Copy link
Owner

It's not tested with phonegap build but should work. I will try it and let you know.

@ESA14
Copy link
Author

ESA14 commented Apr 26, 2017

Thanks!
Would love if it works.

@omaxlive
Copy link
Owner

Is the plugin added to your config.xml?
like:
<plugin name="com.omarben.inappreview" spec="~0.0.5"/>

@ralphcode
Copy link

Looks good but not working for me unfortunately.

Using:
<plugin source="npm" name="com.omarben.inappreview" />

Causes build error:

Plugins/com.omarben.inappreview/SKstorereview/SKstorereview.m:30:6: error: use of undeclared identifier 'SKStoreReviewController'
[SKStoreReviewController requestReview];
                 ^

Suspect Phonegap Build does not support the latest SDK yet.

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