Steam sub system not working in Steam

Hi, After much research, I have tried everything i have come across like adding steamapp id, adding sdk and changing ini etc.

Our game works fine through stand alone game : It gets the user name and gives the achievement.

On the packaged game uploaded to steam. It does not seem to be using the sub system and getting user name etc.

I could not find any definitive answer for this and need some direction if this has been resolved.
(i am using the 32 sdk and our version is 4.10.4

Thanks

Any ideas? anyone?

Im sure that in the steam terms of service we have to use the most updated api (v36) but your version should still work. Allar has a quick tutorial that worked for me. Make sure that if your project uses C++ at all(even if you make it a c++ project but never used it) that you do the extra steps. I am wondering if that might be the part that makes it not work when taken to steam. His tutorial is http://allarsblog.com/2016/02/26/BasicSteamIntegration/