Hi,
AppWarpUnity.dll is the primary dll for AppWarp SDK. This lib uses sockets internally. But sadly Unity free version does not support sockets when building for Android and iOS. Therefore we created a separate lib named AppWarpUnityMobile.dll which works along with libsocket_android.so and libiOSNativeSocket.a for Android and iOS. But this can not be used with desktop builds. Hence you have to use AppWarpUnity.dll when building for desktop and AppWarpUnityMobile.dll when building for Android and iOS if you are using Unity free version.
AppWarpUnity.dll should work with Unity Pro for all platforms. Please confirm if you are able to use AppWarpUnity.dll for Andorid and iOS too when using Unity Pro version.
Thanks