We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<platform name="android"> <allow-intent href="market:*" /> <plugin name="cordova-plugin-xgpush" spec="https://github.com/gengen1988/xgpush-cordova"> <variable name="ACCESS_ID" value="aaaaaaaaa" /> <variable name="ACCESS_KEY" value="aaaaaaaaa" /> </plugin> </platform> <platform name="ios"> <allow-intent href="itms:*" /> <allow-intent href="itms-apps:*" /> <plugin name="cordova-plugin-xgpush" spec="https://github.com/gengen1988/xgpush-cordova"> <variable name="ACCESS_ID" value="bbbbbbbb" /> <variable name="ACCESS_KEY" value="bbbbbbbb" /> </plugin> </platform>
这样配置xcode console里的access_id和access_token都是android的,请问怎么处理?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这样配置xcode console里的access_id和access_token都是android的,请问怎么处理?
The text was updated successfully, but these errors were encountered: