IOS FPS issue

No matter what ever optimizing method I use, FPS are not getting over 30 ? Please help, I am stuck on this ? I even removed all the objects from scene, but still frame rate didn’t pass over 30 ??

use
void Awake() {
Application.targetFrameRate = 60;
}

Write this method in any script which is loaded at startup;