Steam overlay doesn't work on packaged game

Hello,I’ve setup subsystemsteam for achievements my game by following this tutorial Unreal Engine 4 Tutorial - Steam Achievements - YouTube everything just works fine in editor standalone game but when i package my game as shipping overlay dont work as in editor standalone game. my game packaged folder has steam_api64.dll and i’ve added manually steam_apiid.txt also i have an own app id. Btw an error Steam API disabled appear while packaking game
here is Ini config
[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName=“GameNetDriver”,DriverClassName=“OnlineSubsystemSteam.SteamNetDriver”,DriverClassNameFallback=“OnlineSubsystemUtils.IpNetDriver”)

[OnlineSubsystem]
DefaultPlatformService=Steam

[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=******
Achievement_0_Id=“MY_ACHIEVEMENT_1_0”
Achievement_1_Id=“MY_ACHIEVEMENT_1_1”
Achievement_2_Id=“MY_ACHIEVEMENT_1_2”
[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName=“OnlineSubsystemSteam.SteamNetConnection”

I need a help to fix this issue. i have not much time. thanks in advance

Any help from staff?