We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no profile
1 parent ba8e86b commit 4eeeb70Copy full SHA for 4eeeb70
Configuration/Production/OneginiConfigModel.m
@@ -12,6 +12,8 @@ + (NSArray *)certificates
12
+ (NSDictionary *)configuration
13
{
14
return @{
15
+ @"ONGServerType" : @"Access",
16
+ @"ONGServerVersion" : @"1.33.0",
17
@"ONGAppIdentifier" : @"ExampleApp",
18
@"ONGAppPlatform" : @"ios",
19
@"ONGAppVersion" : @"6.2.0",
@@ -26,4 +28,4 @@ + (NSString *)serverPublicKey
26
28
return @"FE75E7B0530F376FBBB7F986314B2CC12F3FDE5A3967CB45EF304A727FF000A2";
27
29
}
30
-@end
31
+@end
0 commit comments