-
Notifications
You must be signed in to change notification settings - Fork 11
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
Use config.xml to add and configure the plugin #12
Comments
Great idea, should be possible. Want to try to implement it yourself and open a PR? If not, we can add it to our backlog. Thanks! |
@nickpatrick , thank you for your reply, It's really possible, some other plugins have implemented this feature. Unfortunately, I'm not familiar enough with java/Obj-C (that's why I'm using cordova). Thanks! |
Cool, we'll try to get to this soon! Thanks again. |
Please provide an ETA on this issue, as we have to plan our work too. Thanks. |
#25 added the ability to set the publishable key dynamically. |
The plugin installation requires manual modifications of
Info.plist, android.manifest, AppDelegate.m, MainApplication.java etc.
However, the plugin might use the app config.xml to omit the manual modifications of platforms' code.
We already can add the required changes to Info.plist like this:
(Official documentation is misleading in this part)
It would be great to pass
publishableKey
using plugin variable.So we haven't to touch AppDelegate.m and MainApplication.java:
Can it be implemented?
The text was updated successfully, but these errors were encountered: