Summarize Problem:Hello!
We are event organizers, and have an account in Eventbrite to sell tickets for our events. We would like to release a mobile app soon, and offer our audience the possibility to buy tickets there, linking it to our Eventbrite events.
I'm trying to embed the checkout widget in the mobile app, created with React Native. I'm using the code shown here (
https://www.eventbrite.com.br/platform/docs/embedded-checkout), but the widget does not work (after clicking the button, the "loading" circle appears on the screen and stays there, but nothing happens after that). I would really appreciate any help regarding this. Is it possible at all to embed this widget in a mobile app? If not, is there any other option to offer a ticket checkout experience in our app, linking it to Evenetbrite?
Thank you very much!
What have you already tried?
I have tried creating an HTML page with the widget code, and running it locally. I have the same problem as with the app, and after checking the browser's developer tools, I get this error message, regarding HTTPS certificates:
For security reasons, the embedded checkout widget can only be used on pages served over https.
I wonder if I'm having the same problem with the mobile app (right now, I'm testing it in a mobile device using Expo).
Describe the expected results: