Skip to content

Commit 968f05d

Browse files
committed
Registering for notification trigger now returns a unique identifier in result block.
1 parent 9c39ca6 commit 968f05d

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Framework/IngeoSDK.framework/Headers/IGNotificationsManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
text:(NSString *)text
2323
openURL:(NSString *)url
2424
repeat:(BOOL)repeat
25-
registerResultBlock:(void (^)(NSError *error, IGNotification *notification))result;
25+
registerResultBlock:(void (^)(NSError *error, NSString *identifier))result;
2626

2727
+ (NSArray *)activeNotifications;
2828

0 Bytes
Binary file not shown.

Framework/IngeoSDK.framework/IngeoSDK

7.19 KB
Binary file not shown.

IngeoSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "IngeoSDK"
4-
s.version = "1.3.0"
4+
s.version = "1.3.1"
55
s.summary = "Ingeo iOS SDK"
66
s.homepage = "http://ingeo.io"
77
s.license = 'Apache License, Version 2.0'

0 commit comments

Comments
 (0)