KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
exponea-ios-sdk
★ 26
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
SRBToolbox
:
Stanford SRB Toolbox
DataSciPy
:
Data Science with Python
PoolMCU
:
Pentair and Other Pool Automation with ESP8266
BatteryInfo
:
Battery Status Infomation 电池信息
bmwe46oil
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
exponea-ios-sdk
?
Download (.md)
<p align="center"> <img src="./Documentation/images/logo_engagement.png?raw=true" alt="Exponea"/> </p>   [](https://opensource.org/licenses/MIT) ## Exponea iOS SDK This library allows you to interact with Bloomreach Engagement from your application or game. Engagement empowers B2C marketers to raise conversion rates, improve acquisition ROI, and maximize customer lifetime value. It has been written 100% in Swift with ❤️ > > Bloomreach Engagement was formerly known as Exponea. For backward compatibility, the Exponea name continues to be used in the iOS SDK. ## 📦 Installation ### CocoaPods ```ruby # Add this under your main application target pod "ExponeaSDK", "~> 4.3.0" # If you also use rich push notifications, # add this line to your notification service extension target. pod "ExponeaSDK-Notifications", "~> 4.3.0" ``` ## 📱 Example Application Check out our [example app](https://github.com/exponea/exponea-ios-sdk/tree/master/ExponeaSDK/Example) to try it yourself! 😉 ## 💻 Usage ### Getting Started Follow the detailed [step by step guide here](https://documentation.bloomreach.com/engagement/docs/ios-sdk-setup) to get started. ### Documentation - [Initial SDK Setup](https://documentation.bloomreach.com/engagement/docs/ios-sdk-setup) - [Configuration](https://documentation.bloomreach.com/engagement/docs/ios-sdk-configuration) - [Data Flushing](https://documentation.bloomreach.com/engagement/docs/ios-sdk-data-flushing) - [Tracking](https://documentation.bloomreach.com/engagement/docs/ios-sdk-tracking) - [Universal Links](https://documentation.bloomreach.com/engagement/docs/ios-sdk-universal-links) - [Push Notifications](https://documentation.bloomreach.com/engagement/docs/ios-sdk-push-notifications) - [Configure Apple Push Notification Service](https://documentation.bloomreach.com/engagement/docs/ios-sdk-configure-apns) - [Notification Extensions](https://documentation.bloomreach.com/engagement/docs/ios-sdk-notification-extensions) - [Fetch Data](https://documentation.bloomreach.com/engagement/docs/ios-sdk-fetch-data) - [In-App Personalization](https://documentation.bloomreach.com/engagement/docs/ios-sdk-in-app-personalization) - [In-App Messages](https://documentation.bloomreach.com/engagement/docs/ios-sdk-in-app-messages) - [In-App Content Blocks](https://documentation.bloomreach.com/engagement/docs/ios-sdk-in-app-content-blocks) - [App Inbox](https://documentation.bloomreach.com/engagement/docs/ios-sdk-app-inbox) - [Tracking Consent](https://documentation.bloomreach.com/engagement/docs/ios-sdk-tracking-consent) - [Example App](https://documentation.bloomreach.com/engagement/docs/ios-sdk-example-app) - [Release Notes](https://documentation.bloomreach.com/engagement/docs/ios-sdk-release-notes) - [SDK Version Update Guide](https://documentation.bloomreach.com/engagement/docs/ios-sdk-version-update) ## 🔗 Useful links * [Bloomreach Engagement login](https://app.exponea.com/login) ## 📝 Release Notes Release notes can be found [here](https://documentation.bloomreach.com/engagement/docs/ios-sdk-release-notes). ## Support Are you a Bloomreach customer and having some issues with the mobile SDK? You can reach the official Engagement Support [via these recommended ways](https://documentation.bloomreach.com/engagement/docs/engagement-support#contacting-the-support). Note that Github repository issues and PRs will also be considered but with the lowest priority and without guaranteed output. - [Mobile SDK tracking FAQ](https://support.bloomreach.com/hc/en-us/articles/18153058904733-Mobile-SDK-tracking-FAQ) at Bloomreach Support Help Center - [Mobile push notifications FAQ](https://support.bloomreach.com/hc/en-us/articles/18152713374877-Mobile-Push-Notifications-FAQ) at Bloomreach Support Help Center - [In-app messages FAQ](https://support.bloomreach.com/hc/en-us/articles/18152718785437-In-App-Messages-FAQ) at Bloomreach Support Help Center