cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing DeepLink Announcements

CubicleNinjas
Protege

I'm trying to get announcements to work inside our app. I created a draft announcement, but when the app launches it just crashes. I'm not sure if I need to have something specific in the androidmanifest.

I've already had in our initial scene the code from here, but the app still crashes. https://developer.oculus.com/…/l…/concepts/dg-announcements/

Would appreciate if I could get some pointers here!

3 REPLIES 3

CubicleNinjas
Protege

CubicleNinjas
Protege

CubicleNinjas
Protege
Update for those running into errors: Deeplink Messages can't accept spaces.

The documentation doesn't currently state this, and once you create an announcement with a space it may not work again down the line. It looks like the backend is auto-formatting returns/nbsp which might be saving in the message DB.  If you're seeing an error the best bet is to create a new announcement completely with no spaces as the message.

Hope this helps a bit!