Hi FlutterFlow Community,
I’m trying to integrate AdMob with my FlutterFlow web app, and one of the requirements is to publish an app-ads.txt
file in the root directory of my website (e.g., mypeaksapp.com/app-ads.txt
). I’m hosting my domain through Strato but have configured the DNS settings to point to FlutterFlow for the web app hosting.
Here’s what I’ve tried so far:
I uploaded the
app-ads.txt
file via Strato’s file manager to the root of my domain, but it doesn’t seem to work since the domain is managed by FlutterFlow.I attempted to create a page in FlutterFlow simulating the
app-ads.txt
file by using a text widget, but this is not exactly what AdMob requires.I’ve considered external hosting solutions like GitHub Pages or Netlify, but ideally, I’d like to host the file directly on FlutterFlow to comply with AdMob’s requirements.
Does anyone know how to host the app-ads.txt
file in the root directory when using FlutterFlow for web app hosting? Any workarounds or advice would be greatly appreciated!
Thanks in advance for your help.