How do I Send data to Google Sheet or database

0 favourites
From the Asset Store
Google Analytics 4 Plugin for Construct 3 enables metrics and analytics for your games easily.
  • dop2000

    Sorry, just one more question if you have the time. It was working fine on the computer browser but wont load on iOS device.

    Is this something you know about? I've read some stuff about cross domain problems but unsure how to solve it in this scenario.

    Thanks!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Well I thought I asked another question but apparently it didn't post.

    I was having some issues getting it to work on iOS because of cross domains/cors issues but I've managed to figure it out.

    If anyone else is having problems getting this to work on device then you just need to add this to your 'request url' & 'web_app_url'

    https://cors-anywhere.herokuapp.com/ - add it to the front and then just have your normal google sheets/script request after the /

    Like: https://cors-anywhere.herokuapp.com/https://script.google.com/macros/etcccc

    It acts as a redirect to bypass the CORS requests.

    Hope that helps someone!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)