Can Salesforce update the MCCordovaPlugin to support Geofencing?How can we remove Bluetooth permissions from Push SDK safely for SDK 15+Journey Builder for Apps Android SDK with firebaseSalesforce Marketing Cloud Android SDK GeofencingPhoneGap + MCCordovaPlugin where should ic_notification image be placed?Is it possible for both MCCordovaPlugin and FCMPlugin to co-exist?

Has Donald Duck ever had any love interest besides Daisy?

Can it be viewed as a negative for PhD applications in the US if I have children?

Employer withholds last paycheck in Virginia

What are the minimum element requirements for a star?

How to break a equation with a single "summation symbol (sum) " common?

Days in indexed month

When can't Cramer-Rao lower bound be reached?

ASCII texturing

Include a path in a table

Why does Greedo say "Maclunkey" in the Mos Eisley Cantina?

What does this docker log entry mean?

What was the deal with the news stories about rats in "Joker"?

Is it a mistake to use a password that has previously been used (by anyone ever)?

Elevator design implementation in C++

Ran out of space of newly installed HDD?

How do put overbrace across an (aligned) equals sign?

Names of all the spacecrafts on the art by Philippe “Manchu" Bouchet

"Startup" working hours - is it normal to be asked to work 11 hours/ day?

Is there a heavy usage of the word "bonfire" in English?

Several verbs in subjuntivo mood in one sentence

Where does the budget surplus of a conference go?

Can the Protection fighting style be used in this way?

Do repulsorlifts work upside-down?

Is the genre 'fantasy' still fantasy without magic?



Can Salesforce update the MCCordovaPlugin to support Geofencing?


How can we remove Bluetooth permissions from Push SDK safely for SDK 15+Journey Builder for Apps Android SDK with firebaseSalesforce Marketing Cloud Android SDK GeofencingPhoneGap + MCCordovaPlugin where should ic_notification image be placed?Is it possible for both MCCordovaPlugin and FCMPlugin to co-exist?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









2


















from https://salesforce-marketingcloud.github.io/MarketingCloudSDK-Android/location/geolocation.html



MarketingCloudSdk.init(this, with(MarketingCloudConfig.builder()) 
// Other configuration values
**setGeofencingEnabled(true)** // Enable Geofence messaging, default = false
build()
)
// TODO Handle initialization status



I can fork the repo. Would it be as simple as adding the setGeofencingEnabled(true) call?










share|improve this question

































    2


















    from https://salesforce-marketingcloud.github.io/MarketingCloudSDK-Android/location/geolocation.html



    MarketingCloudSdk.init(this, with(MarketingCloudConfig.builder()) 
    // Other configuration values
    **setGeofencingEnabled(true)** // Enable Geofence messaging, default = false
    build()
    )
    // TODO Handle initialization status



    I can fork the repo. Would it be as simple as adding the setGeofencingEnabled(true) call?










    share|improve this question





























      2













      2









      2








      from https://salesforce-marketingcloud.github.io/MarketingCloudSDK-Android/location/geolocation.html



      MarketingCloudSdk.init(this, with(MarketingCloudConfig.builder()) 
      // Other configuration values
      **setGeofencingEnabled(true)** // Enable Geofence messaging, default = false
      build()
      )
      // TODO Handle initialization status



      I can fork the repo. Would it be as simple as adding the setGeofencingEnabled(true) call?










      share|improve this question
















      from https://salesforce-marketingcloud.github.io/MarketingCloudSDK-Android/location/geolocation.html



      MarketingCloudSdk.init(this, with(MarketingCloudConfig.builder()) 
      // Other configuration values
      **setGeofencingEnabled(true)** // Enable Geofence messaging, default = false
      build()
      )
      // TODO Handle initialization status



      I can fork the repo. Would it be as simple as adding the setGeofencingEnabled(true) call?







      marketing-cloud mobilepush-android






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 5 at 16:34









      Jackson Chen

      2,8522 gold badges7 silver badges28 bronze badges




      2,8522 gold badges7 silver badges28 bronze badges










      asked Sep 5 at 13:32









      RAMON SANTIAGORAMON SANTIAGO

      211 bronze badge




      211 bronze badge























          1 Answer
          1






          active

          oldest

          votes


















          4



















          In your fork of the plugin you would need to follow all of the steps from https://salesforce-marketingcloud.github.io/MarketingCloudSDK-Android/location/geolocation.html not just adding the feature enablement to the initialization call.



          1. Add the play services location dependency to your build

          2. Add the location permissions to your manifest file

          3. Enable the feature during initialization

          4. Request the runtime location permission from your user

          5. Enable the feature at runtime once the permission has been granted.

          There would be a similar set of steps required for the iOS platform. You can find that information here: https://salesforce-marketingcloud.github.io/MarketingCloudSDK-iOS/location/geolocation-overview.html






          share|improve this answer



























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "459"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f276059%2fcan-salesforce-update-the-mccordovaplugin-to-support-geofencing%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown


























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4



















            In your fork of the plugin you would need to follow all of the steps from https://salesforce-marketingcloud.github.io/MarketingCloudSDK-Android/location/geolocation.html not just adding the feature enablement to the initialization call.



            1. Add the play services location dependency to your build

            2. Add the location permissions to your manifest file

            3. Enable the feature during initialization

            4. Request the runtime location permission from your user

            5. Enable the feature at runtime once the permission has been granted.

            There would be a similar set of steps required for the iOS platform. You can find that information here: https://salesforce-marketingcloud.github.io/MarketingCloudSDK-iOS/location/geolocation-overview.html






            share|improve this answer






























              4



















              In your fork of the plugin you would need to follow all of the steps from https://salesforce-marketingcloud.github.io/MarketingCloudSDK-Android/location/geolocation.html not just adding the feature enablement to the initialization call.



              1. Add the play services location dependency to your build

              2. Add the location permissions to your manifest file

              3. Enable the feature during initialization

              4. Request the runtime location permission from your user

              5. Enable the feature at runtime once the permission has been granted.

              There would be a similar set of steps required for the iOS platform. You can find that information here: https://salesforce-marketingcloud.github.io/MarketingCloudSDK-iOS/location/geolocation-overview.html






              share|improve this answer




























                4















                4











                4









                In your fork of the plugin you would need to follow all of the steps from https://salesforce-marketingcloud.github.io/MarketingCloudSDK-Android/location/geolocation.html not just adding the feature enablement to the initialization call.



                1. Add the play services location dependency to your build

                2. Add the location permissions to your manifest file

                3. Enable the feature during initialization

                4. Request the runtime location permission from your user

                5. Enable the feature at runtime once the permission has been granted.

                There would be a similar set of steps required for the iOS platform. You can find that information here: https://salesforce-marketingcloud.github.io/MarketingCloudSDK-iOS/location/geolocation-overview.html






                share|improve this answer














                In your fork of the plugin you would need to follow all of the steps from https://salesforce-marketingcloud.github.io/MarketingCloudSDK-Android/location/geolocation.html not just adding the feature enablement to the initialization call.



                1. Add the play services location dependency to your build

                2. Add the location permissions to your manifest file

                3. Enable the feature during initialization

                4. Request the runtime location permission from your user

                5. Enable the feature at runtime once the permission has been granted.

                There would be a similar set of steps required for the iOS platform. You can find that information here: https://salesforce-marketingcloud.github.io/MarketingCloudSDK-iOS/location/geolocation-overview.html







                share|improve this answer













                share|improve this answer




                share|improve this answer










                answered Sep 5 at 13:48









                SethSeth

                9012 silver badges5 bronze badges




                9012 silver badges5 bronze badges































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Salesforce Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f276059%2fcan-salesforce-update-the-mccordovaplugin-to-support-geofencing%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown









                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?