Skip to content

Commit

Permalink
release: 1.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Repro Bot committed May 17, 2016
1 parent bf781f9 commit 0e4c0f5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.7.15 (2016/05/17)

## New

- Add `getDeviceID` and `getUserID` API

## Improved

- Limit the length of user profile key and value
- Track In-App Message ID even if the app was killed after showing the Message
- Track CTA event if CTA URL is not specified

# 1.7.9 (2016/04/15)

## Fixed
Expand Down
2 changes: 2 additions & 0 deletions Repro.embeddedframework/Repro.framework/Headers/Repro.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ typedef NS_ENUM(NSInteger, RPRLogLevel) {

// User profile
+ (void)setUserID:(NSString *)userID;
+ (NSString *)getUserID;
+ (NSString *)getDeviceID;
+ (void)setUserProfile:(NSString *)value forKey:(NSString *)key;
+ (void)setUserProfile:(NSDictionary *)profile;

Expand Down
Binary file modified Repro.embeddedframework/Repro.framework/Info.plist
Binary file not shown.
Binary file modified Repro.embeddedframework/Repro.framework/Repro
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0e4c0f5

Please sign in to comment.