Skip to content

Commit 1d0073a

Browse files
update version 2023.10
1 parent 5cb8dae commit 1d0073a

File tree

81 files changed

+20550
-19196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+20550
-19196
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# MyGuideCreator iOS SDK
33
A simple SDK that provides in-app guidance to improve in-app user engagement. It integrates seamlessly without the need to write code or do deployment.
44

5+
### Ver 2023.10
6+
- Implemented on-premises.
7+
- Bug Fixes.
8+
59
### Ver 2023.09
610
- Bug Fixes.
711

InlineCreatorSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

33
s.name = "InlineCreatorSDK"
44

5-
s.version = "2023.09"
5+
s.version = "2023.10"
66

77
s.summary = "Simple SDK for developers to integrate with their app and provide in-app guidance for their users."
88

InlineCreatorSDK.xcframework/ios-arm64/InlineCreatorSDK.framework/Headers/InlineCreatorSDK-Swift.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) PlayerSDK * _Nonnull s
333333
+ (void)setShared:(PlayerSDK * _Nonnull)value;
334334
+ (void)deInitializeSDK;
335335
+ (void)initializeWithOrgnizationKey:(NSString * _Nonnull)orgnizationKey secretKey:(NSString * _Nonnull)secretKey dict:(NSDictionary<NSString *, NSString *> * _Nullable)dict;
336+
+ (void)initializeOnPremise;
336337
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
337338
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
338339
@end

0 commit comments

Comments
 (0)