0

I need to implement a few vuforia functionalities in an IBM MobileFirst existing project.

However I see that vuforia has provided SDKs only for android, iOS, UWP and unity.

How do I integrate vuforia SDK into my existing IBM MobileFirst project?

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
newbie2015
  • 581
  • 5
  • 29

1 Answers1

1

MobileFirst enables you to create either Hybrid (Web) apps ala Cordova, or native apps. However the end result is a Native project like any other.

So once you've generated your Xcode project in MobileFirst Studio (assuming you're using MobileFirst 7.1 and below), you can simply continue with the integration steps as supplied by Vuforia. They need not supply any special integration tools for IBM MobileFirst.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
  • So in order to add vuforia functionality we need to generate xcode /Android project from mobile first and then specifically add those vuforia functionality separately? – newbie2015 Sep 22 '16 at 15:16
  • http://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v610/02_03_Previewing_your_application_on_Android.pdf but for android we can directly deploy from inside worklight environment. – newbie2015 Sep 23 '16 at 12:32
  • Is there an additional question you're asking here? – Idan Adar Sep 23 '16 at 12:35
  • hi the mobilefirst versions used for parent app are V6.1 for android and V7.1 for iOS. However I saw on another post in stackoverflow that cordova plugin not supported for V6.1 http://stackoverflow.com/a/23705066/4794952 So how do I go about adding Vuforia for IBM worklight v6.1 ? – newbie2015 Oct 13 '16 at 22:51