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

关于config.xml的ACCESS_ID和ACCESS_KEY #32

Open
jason5149 opened this issue Mar 27, 2017 · 0 comments
Open

关于config.xml的ACCESS_ID和ACCESS_KEY #32

jason5149 opened this issue Mar 27, 2017 · 0 comments

Comments

@jason5149
Copy link

<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的,请问怎么处理?

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

1 participant