Performing the Interaction with ARKit and the Multipeer connectivity I cannot see the objects placed with one device on the second oneARKit vs. ARCore vs. Vuforia vs. D'Fusion Mobile vs. Layar SDKMultipeer Connectivity framework for up to 45 devicesbluetooth connection is immediately disconnecting multipeer frameworkObjective C - Send Object with Multipeer Connectivity Framework, Peer not connectedConverting CNContact to NSData and vice versaUnderstand coordinate spaces in ARKitARKit 2.0 Bug? “Error initializing VIO”ARKit 2: Virtual Objects are floating when the ARWorldMap is reloaded from backendARKit 2.0 – Cannot decode ARAnchor in a multipeer session in multiuser demoMove 3D object with anchor

Are Finite Automata Turing Complete?

What happens when your group is victim of a surprise attack but you can't be surprised?

Impossible darts scores

How many satellites can stay in a Lagrange point?

Does anycast addressing add additional latency in any way?

Intuitively, why does putting capacitors in series decrease the equivalent capacitance?

Should I hide continue button until tasks are completed?

Is this one of the engines from the 9/11 aircraft?

How to perform Login Authentication at the client-side?

Alphabet completion rate

MH370 blackbox - is it still possible to retrieve data from it?

Pull-up sequence accumulator counter

Why aren't (poly-)cotton tents more popular?

Should I tell my insurance company I'm making payments on my new car?

Why do some games show lights shine through walls?

Inverse-quotes-quine

Should I include salary information on my CV?

Why is C++ initial allocation so much larger than C's?

Using “sparkling” as a diminutive of “spark” in a poem

Is there a short way to compare many values mutually at same time without using multiple 'and's?

Counting occurrence of words in table is slow

Is adding a new player (or players) a DM decision, or a group decision?

Why is Madam Hooch not a professor?

The impact of an intelligent and (mostly) hostile flying race on weapons and armor



Performing the Interaction with ARKit and the Multipeer connectivity I cannot see the objects placed with one device on the second one


ARKit vs. ARCore vs. Vuforia vs. D'Fusion Mobile vs. Layar SDKMultipeer Connectivity framework for up to 45 devicesbluetooth connection is immediately disconnecting multipeer frameworkObjective C - Send Object with Multipeer Connectivity Framework, Peer not connectedConverting CNContact to NSData and vice versaUnderstand coordinate spaces in ARKitARKit 2.0 Bug? “Error initializing VIO”ARKit 2: Virtual Objects are floating when the ARWorldMap is reloaded from backendARKit 2.0 – Cannot decode ARAnchor in a multipeer session in multiuser demoMove 3D object with anchor






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








1















I am using the code provided by apple for interacting with 3D objects (from Google Poly) and I am trying to incorporate the Multipeer connectivity framework in this project. I am also trying to use this other code given from Apple.



When I incorporated the multipeer code into the arkit interaction (merged these two codes), I managed to connect two nearby devices and send the world map between them. But, although it says that I have sent the world map from device1 to device2, the problem is that I can't see the objects in device2. I guess I am making some mistake in creating the anchor for the object (so that's why the objects are invisible) but I can't figure out why. Can someone please try to explain where I might be wrong?










share|improve this question




























    1















    I am using the code provided by apple for interacting with 3D objects (from Google Poly) and I am trying to incorporate the Multipeer connectivity framework in this project. I am also trying to use this other code given from Apple.



    When I incorporated the multipeer code into the arkit interaction (merged these two codes), I managed to connect two nearby devices and send the world map between them. But, although it says that I have sent the world map from device1 to device2, the problem is that I can't see the objects in device2. I guess I am making some mistake in creating the anchor for the object (so that's why the objects are invisible) but I can't figure out why. Can someone please try to explain where I might be wrong?










    share|improve this question
























      1












      1








      1








      I am using the code provided by apple for interacting with 3D objects (from Google Poly) and I am trying to incorporate the Multipeer connectivity framework in this project. I am also trying to use this other code given from Apple.



      When I incorporated the multipeer code into the arkit interaction (merged these two codes), I managed to connect two nearby devices and send the world map between them. But, although it says that I have sent the world map from device1 to device2, the problem is that I can't see the objects in device2. I guess I am making some mistake in creating the anchor for the object (so that's why the objects are invisible) but I can't figure out why. Can someone please try to explain where I might be wrong?










      share|improve this question














      I am using the code provided by apple for interacting with 3D objects (from Google Poly) and I am trying to incorporate the Multipeer connectivity framework in this project. I am also trying to use this other code given from Apple.



      When I incorporated the multipeer code into the arkit interaction (merged these two codes), I managed to connect two nearby devices and send the world map between them. But, although it says that I have sent the world map from device1 to device2, the problem is that I can't see the objects in device2. I guess I am making some mistake in creating the anchor for the object (so that's why the objects are invisible) but I can't figure out why. Can someone please try to explain where I might be wrong?







      ios arkit multipeer-connectivity anchorpoint






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 25 at 10:36









      MPAMPA

      777 bronze badges




      777 bronze badges






















          0






          active

          oldest

          votes














          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          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: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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/3.0/"u003ecc by-sa 3.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%2fstackoverflow.com%2fquestions%2f55335891%2fperforming-the-interaction-with-arkit-and-the-multipeer-connectivity-i-cannot-se%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • 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%2fstackoverflow.com%2fquestions%2f55335891%2fperforming-the-interaction-with-arkit-and-the-multipeer-connectivity-i-cannot-se%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

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript