UnityCloudBuild - iOS bundle version always (1)

I think that iOS bundle version is same as Unity Project’s Player Settings.

However, when I change build options at UBC Setting, changing provisioning profile and enable development build, iOS bundle version become always 1.
How can I change iOS bundle version?

Also, I want bundle version to be same as build number like Android’s build.(If bundle version is 0, Android’s bundle version automatically set to build number, but iOS is not.)

I’m really sorry I was wrong.
I check only Android’s PlayerSettings, bundle version of iOS’s PlayerSettings was 1.
BundleIdentifier and Version is shared setting between multiple platform, but BundleVersionCode is not and I forget it…