Hi there,
I’m having some trouble getting all of my records via a C# API (Airtable . net). I’ve posted this in their forum and gotten in touch with Airtable Support - but got advised to message here.
I’m using Unity to build a mobile app that uses Airtable integration - and I’m building to Android.
I wanted to find out if there’s perhaps something I’m doing wrong (or if there may be a limitation of my android build)?
On my PC, I run my script to List the Records (173 in total), and it does so without issue.
I can’t seem to upload a screen shot here - but on my device, despite logging out the right offset it doesn’t ever get the remaining records.On my PC, it works 100%… just not on android.
I’ve tried splitting out the method, to call itself again with the offset parameter (instead of using a doWhile loop) - and I get the same results. And then I just recently tried running the method, getting the first 100 records, then waiting 2 seconds and attempting the remaining records (also waited 35 seconds to see if it was maybe a response timeout thing).
Again - windows got them all, without issue and android, no luck after getting the first 100 records.
Any ideas for why this may be?