Skip to content

Commit

Permalink
0.1.30-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dinesh-roam committed Dec 11, 2024
1 parent 69e59b9 commit d2b05e2
Show file tree
Hide file tree
Showing 26 changed files with 641 additions and 332 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,3 +442,21 @@ We're thrilled to present Roam iOS SDK version 0.1.30-beta.4, introducing new fe
** Centroid Method** :Introduced a centroid calculation method to derive a representative central coordinate from clusters of geographical positions, offering a more reliable reference point.

These updates are designed to provide a more accurate and enriched tracking experience. If you have any questions, concerns, or feedback, our support team is always here to assist.

## 0.1.30-beta.5
**Enhancements in Visits, Geofence, and Data Enrichment**
We're excited to introduce Roam iOS SDK version 0.1.30-beta.5, with updates to improve functionality and enrich data insights. Here's what's new:

**Visits Improvements**:
Enhanced visit tracking logic for better accuracy and reliability in location-based insights.

**Location Fetch Logic Update**:
Refined logic for fetching location data when the app is open, ensuring smoother operation and improved accuracy.

**Flower Geofence Enhancement**:
Added an additional outer layer to the flower geofence, expanding its functionality and use cases.

**Centroid Data in Data Enrichment**:
Incorporated centroid calculation into data enrichment, offering a representative central coordinate for clustered geographical positions.

These updates are part of our commitment to providing robust and precise tracking capabilities. If you have any questions or feedback, our support team is always here to assist.
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.4/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.5/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.
10 changes: 5 additions & 5 deletions Roam/Roam.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>Roam.framework/Roam</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Roam.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Roam.framework/Roam</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Roam.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ SWIFT_CLASS("_TtC4Roam12RoamLocation")
@property (nonatomic, readonly, copy) NSString * _Nullable recordedAt;
@property (nonatomic) NSInteger batteryRemaining;
@property (nonatomic) BOOL networkStatus;
@property (nonatomic, copy) NSString * _Nonnull networkState;
@property (nonatomic, readonly, copy) NSDictionary<NSString *, id> * _Nullable metaData;
@property (nonatomic, strong) RoamBatchConfig * _Nullable batch;
@property (nonatomic) NSInteger speed;
Expand Down
Loading

0 comments on commit d2b05e2

Please sign in to comment.