Software Archive
Read-only legacy content
17061 Discussions

Editing the intelxdk.config.android.xml File for Third-Party Plug-Ins

R_C__b_
Beginner
418 Views

 I am working on configuring Push Apps mobi to work with my HTML 5 Intel App. I have obtained my CGM Android  Browser API key, and linked my Google project to my device.  It runs on the emulator fine. Next, however, I am following your posted instructions and adding the third-party plug-in to the intelxdk.config.android.xml file and cloning the git address.

SUGGESTED  CODE AND QUESTONSl

<intelxdk:plugin intelxdk:name="Push Apps Mobi Plugin" intelxdk:value="THIRD-PARTY  CLONED GIT URL ADDRESS"> 
    <intelxdk:param intelxdk:name="PLUGIN_PARM_1" intelxdk:value="VALUE??" /> 

1. <!---DO I  NEED TO SET PARM 1 TO THE  "APP ID" OR JUST do not include this line of code?-->
    <intelxdk:param intelxdk:name="PLUGIN_PARM_2" intelxdk:value="VALUE??" />

 

2. <!---DO I  NEED TO SET PARM 2 TO THE  "TOKEN DEVICE ID OR JUST DO NOT INCLUDE THIS LINE OF CODE?" -->
</intelxdk:plugin>

 

3.  Do I still  need to edit the index.js l file to include the initialize  function?

 

4. What separate file do I put the function initPushwoosh() function? 

0 Kudos
0 Replies
Reply