Skip to content

Commit 4eeeb70

Browse files
EXAMPLEIOS-88 Implement no profile custom registration feature
-new config with server setttings
1 parent ba8e86b commit 4eeeb70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Configuration/Production/OneginiConfigModel.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ + (NSArray *)certificates
1212
+ (NSDictionary *)configuration
1313
{
1414
return @{
15+
@"ONGServerType" : @"Access",
16+
@"ONGServerVersion" : @"1.33.0",
1517
@"ONGAppIdentifier" : @"ExampleApp",
1618
@"ONGAppPlatform" : @"ios",
1719
@"ONGAppVersion" : @"6.2.0",
@@ -26,4 +28,4 @@ + (NSString *)serverPublicKey
2628
return @"FE75E7B0530F376FBBB7F986314B2CC12F3FDE5A3967CB45EF304A727FF000A2";
2729
}
2830

29-
@end
31+
@end

0 commit comments

Comments
 (0)