Skip to content

Commit 37df06a

Browse files
serjuerceg
serj
authored andcommitted
ios test lib WS working version
1 parent 67d35ab commit 37df06a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Assets/Adjust/iOS/Test/AdjustUnityTestLibrary.mm

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ - (id)init {
3131

3232
extern "C"
3333
{
34-
void _ATLInitialize(const char* baseUrl) {
34+
void _ATLInitialize(const char* baseUrl, const char* controlUrl) {
3535
NSString *sBaseUrl = [NSString stringWithUTF8String:baseUrl];
36+
NSString *sControlUrl = [NSString stringWithUTF8String:controlUrl];
3637
commandDelegate = [[AdjustUnityCommandExecutor alloc] init];
3738
testLibrary = [ATLTestLibrary testLibraryWithBaseUrl:sBaseUrl
39+
andControlUrl:sControlUrl
3840
andCommandDelegate:commandDelegate];
3941
}
4042

0 commit comments

Comments
 (0)