Can you change com.epicgames.gamename?

I’ve signed my android build and changed the ‘company name’ in UE4 however the APK still shows as ‘com.epicgames.gamename’.

Is there a way to strip the epicgames tags from my APK and android manifest?

Thanks.

Yes, by manually editing you game manifest, you can find it “Edit->Project Settings->Android->Open Manifest Forder” and it will lead you to your manifest

Hello, thanks for the quick reply.

Sadly, I’ved tried this already. Any changes from Epicgames to my organisations name results in the package failing to compile.

so you ried to change oranization in project settings or change namespaces in manifest?

The Company Name in project settings is my organisations name.

When I change the com.epicgames.package in the manifest the package wont compile in UE4.

Ah apologies shadow.

Apparently there are 2 android manifest, one in builds and one in intermediate.

Must have been editing the wrong one.

Thank you.