Why is my android game locked at 60 FPS?

i have the OnePlus 7 pro which has a 90hz refresh screen, i want to play my game at 90 fps but its locked at 60fps how do i fix this?

Application.targetFrameRate = 90;


@Glowball123 Have you tried calling this in a Start method?

Because almost all games are 60fps

bumpppppppp

1- Make sure Vsync is off
2- Use this at the beginning of the game
Application.targetFrameRate = 90;

Finally, if it does not work, check the phone settings. This video can help: