Skip to content

Commit

Permalink
0.1.30-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dinesh-roam committed Jan 8, 2025
1 parent 268d5b2 commit 9d6e197
Show file tree
Hide file tree
Showing 79 changed files with 5,638 additions and 1,413 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,3 +478,13 @@ Refined visit tracking logic to deliver more accurate and reliable location-base
**Data Enrichment Updates**:
Enhanced data enrichment features to provide more comprehensive and detailed device data.
These updates are designed to enhance the overall accuracy and efficiency of the SDK. Should you have any inquiries or feedback, our support team is readily available to assist you.


## 0.1.30-beta.8
**Data Enrichment Improvements**

We're excited to introduce Roam iOS SDK version 0.1.30-beta.8, with updates aimed at improving data insights. Here's what's new:

**Data Enrichment Updates**:
Enhanced data enrichment features to provide more comprehensive and detailed data.
These updates are designed to enhance the overall accuracy and efficiency of the SDK. Should you have any inquiries or feedback, our support team is readily available to assist you.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This will add the Roam SDK and its dependencies to your project. The Roam SDK de

#### Manual Installation

If you’re not familiar with using Cocoapods or prefer manual installation, we’ve added a ZIP file to the SDK. Use this link to download the [Roam.zip](https://github.com/roam-ai/roam-ios/releases/download/0.1.30-beta.7/Roam.xcframework.zip) file.
If you’re not familiar with using Cocoapods or prefer manual installation, we’ve added a ZIP file to the SDK. Use this link to download the [Roam.zip](https://github.com/roam-ai/roam-ios/releases/download/0.1.30-beta.8/Roam.xcframework.zip) file.

Unzip the file and add the Roam `Roam.framework` to your Xcode project by dragging the file into your Project Navigator.

Expand Down
Binary file modified Roam.xcframework.zip
Binary file not shown.
Binary file modified Roam/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ SWIFT_CLASS_NAMED("MqttLocationData")
@property (nonatomic) BOOL network_status;
@property (nonatomic, copy) NSString * _Nullable network_type;
@property (nonatomic, copy) NSString * _Nullable os_version;
@property (nonatomic, copy) NSString * _Nullable public_ip_address;
@property (nonatomic, copy) NSString * _Nullable recorded_at;
@property (nonatomic, copy) NSString * _Nullable source;
@property (nonatomic) int16_t speed;
Expand Down Expand Up @@ -735,6 +736,7 @@ SWIFT_CLASS("_TtC4Roam12RoamLocation")
@property (nonatomic, copy) NSString * _Nonnull buildID;
@property (nonatomic, copy) NSString * _Nonnull kernelVersion;
@property (nonatomic, copy) NSString * _Nonnull ipAddress;
@property (nonatomic, copy) NSString * _Nonnull publicIpAddress;
@property (nonatomic, copy) NSString * _Nonnull deviceName;
@property (nonatomic, copy) NSString * _Nonnull systemName;
@property (nonatomic, copy) NSString * _Nonnull osVersion;
Expand Down Expand Up @@ -840,6 +842,7 @@ SWIFT_CLASS("_TtC4Roam11RoamPublish")
@property (nonatomic) BOOL build_id;
@property (nonatomic) BOOL kernel_version;
@property (nonatomic) BOOL ip_address;
@property (nonatomic) BOOL public_ip_address;
@property (nonatomic) BOOL device_name;
@property (nonatomic) BOOL system_name;
@property (nonatomic) BOOL idfv;
Expand Down
Loading

0 comments on commit 9d6e197

Please sign in to comment.