I used an API interface to make an app based on the Swift language, but after using it, all the API access requests were not recorded in the data panel of the developer website. What is the reason?
The Authentication used by my project is private to me, and I can get the data of tmdb normally, but there is no latest access request record on the page of the developer website https://developer.themoviedb.org/reference/intro/my-requests.
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την ticao2 🇧🇷 pt-BR
στις 13 Ιούνιος 2025 στις 09:20 ΕΊΜΑΙ
If I understand your problem correctly...
The TMDb DOCs developer panel only records API Requests made through it,
It does not record Requests made using another means, another interface.
In the link you posted I can only see my Requests made via DOCs Try it!
And I saw the Request I made now via DOCs using Swift language.
Απάντηση από τον/την jasoncedric
στις 14 Ιούνιος 2025 στις 03:24 ΕΊΜΑΙ
This seems to be correct. The developer's background data record is only for requests issued on the document page, which is convenient for developers to debug the interface. Requests issued in the application and the rest of the interfaces cannot be recorded.