Questions tagged [aurasma]

Aurasma is an augmented reality platform available as an SDK and free iOS and Android apps.

9 questions
3
votes
0 answers

Aurasma does not release audio resources

I am writing an iphone application where I use also Aurasma sdk for augmented reality. The application for other things use the microphone. At beginning the microphone work fine. If I call Aurasma and then return, the audio resource are not released…
user422688
  • 597
  • 2
  • 10
  • 20
2
votes
3 answers

How do I force the Xcode compiler to ignore a library when building for the iOS simulator

I am getting a series of linker errors when building a specific library for the iOS simulator. The source of the issue seems to the be architecture that the library was build for which seems to cause issue when compiling for the iOS simulator. The…
KWilk
  • 135
  • 8
2
votes
1 answer

I am trying to integrate a framework/kernel into a simple .h and .m file in ios?

I am trying to integrate a framework/kernel into a simple .h and .m file in ios. The instructions for code are below in full. I want a button that when pressed launches the view controller Where would I put this under viewdid load for…
2
votes
2 answers

Error integrating Aurasma: Resource Integrity check failed

I am trying to Integrating Aurasma in my application. All application work well but on Aurasma part when I launch it on Button Click IT throws a message on splash screen as "An error is occurred" and on Log Cat It shows "Resource integrity check…
SRam
  • 2,832
  • 4
  • 45
  • 72
1
vote
0 answers

Aurasma SDK issue

I have integrated Aurasma SDK in my app for iOS. When I try to execute the SDK function it throws the following error: [AurasmaSDK] HTTP error: Error Domain=NSURLErrorDomain Code=-1002 "unsupported URL" I am using a key and a secret for that…
1
vote
1 answer

Launching the Aurasma & QR Scanner app from mobile web browser (Chrome)

I have built a website which will be used at a brand launch event as the user dashboard. Each user will get an android tablet and the browser with the website will be locked as the main screen. From there I have 2 links which they need to click on…
Yvicci
  • 31
  • 7
0
votes
1 answer

How to integrate augmented-reality into monaca/cordova

I am familliar with augmented-reality system like vuforia/aurasma. and had experiences in making native applications with these SDK. however now I need to integrate this augmented-reality function to the exist application which are made by monaca. I…
whitebear
  • 11,200
  • 24
  • 114
  • 237
0
votes
1 answer

Check if Android app is not installed then prompt a toast message

Solved With This: how to open android application if installed and go to android market if not install I need to check if an app is installed before start it, and if not prompt the user a toast message like "The app is not installed, please press on…
vonatar
  • 64
  • 1
  • 7
0
votes
1 answer

AAPT.exe crashed after added the Aursama kernal in Project

I am trying to integrate Aurasma kernal with my android application. I followed the instructions as given in the http://www.aurasma.com/partners/support/Aurasma%20Kernel%20Guidelines.pdf. The build fails with aapt.exe crashing in the pre-compilation…