Changing IDs after creating Environment

Good afternoon.

I noticed that after creating a new Environment, all object ids are updated with new ones. Is it possible to disable changing the id in the settings, or is there a plugin for creating unchanging idโ€™s?
I need immutable IDs for a mobile app so that I can save them.

I have tried using Sequential ID Generator (Sequential ID Generator - Plugins โ€” DatoCMS). But it generates the same id for all objects.

yes @Flumi you should manage the unique IDs yourself, as the environment is a duplication of everything and we cannot keep the IDs unchanged.

If the plugin doesnโ€™t work the way you expect you should check the code and adjust it as you want. Itโ€™s a community contributed plugin, so we cannot help you there, sorry!