How to send an email from Quest 3 standalone app?
Hello, I am using SmtpClient which works well in the Editor for sending an email with attachments from the app. I am logging in to a Gmail account with 2FA and app password. var smtpClient = new SmtpClient("smtp.gmail.com", 587) { Credentials = new NetworkCredential(senderEmail, senderPassword), EnableSsl = true, }; But when I build the app and run it on the device it won't work. I added a custom manifest with Android networking permissions. I have no idea what else could be blocking it, and if it can be easily solved. I know there are third party services but I prefer to go for the simple solution if possible. Sending an email from the app sound to me like a basic feature that should be simple. Anyone else encountered this problem?1.3KViews0likes4CommentsEmail sender problem unity quest 2
Hello everyone, I'm having problems when sending a report by email from a medical app I'm developing for oculus quest 2, I have made the following code, it works perfectly sending the email from the editor, but when compiling the apk and want to send the email nothing happens, it does not send anything by mail. As additional information I can add that the gmail account has two-factor verification enabled, has the option of less secure applications enabled, and a special password for third-party applications created in the security sector for the app in question. I repeat the app sends perfectly while running with questlink from the editor but does not send it when the apk is compiled and installed in the viewer. Does anyone have any idea what is happening or how to solve it? Thank you very much My Code702Views0likes0CommentsNeed response from developer support
I'm not receiving replies (automated or otherwise) from Oculus when submitting tickets through developer.oculus.com. It's been an issue since before the developer landing page was redesigned. I've submitted tickets using 3 different browsers (with and without add-ons), my phone, email and spoke with a support member on live chat (tickets.oculusvr.com). Live chat directed me to the same contact form on developer.oculus.com that hasn't been working for me. I had Oculus Support change my account's email address back in January. When all of the contact methods I listed above failed, I started thinking that email change could be the issue. I changed my email to something else but sadly, it still does not work. I have no idea how to solve this. Is there a web portal to view my tickets? Is there another way to contact support or figure out what the issue might be? I do receive other emails from Oculus, like a recent Privacy Policy message, app analytics and a recent app launch notification. Does Oculus Support even browse these forums?Solved5.9KViews0likes7CommentsNo Contact. How do I setup a Quest project on the developer console?
Hello, Our app concept was approved for development months ago and we have nearly finished the project but still have not been contacted by anyone at Oculus regarding getting a Quest specific project setup on the developer console nor getting a development kit. The email we received said they would contact us soon, but it never happened. Does anyone know how to get the Quest project set up? I may be missing something, but the online developer console does not have an option for Quest applications. The project is delayed until this stuff can get done. Thank you508Views0likes1CommentUnable to remove myself (email) from Beta Channel (unknown email)
Hi, I have an Oculus Quest and a dev account with a product. I am unable to remove my own email from any custom beta channel through the developer dashboard in the manage builds section. I get the following error "There was a problem with this request. We're working on getting it fixed as soon as we can. Unknown / Invalid Email Address" If you could help me that would be great. There doesn't seem to show anything in the inspector and I actively used this email address so that error is incorrect. Thanks, Sam685Views0likes0Comments