This library allows you to interact from your application or game with the Exponea App. Exponea empowers B2C marketers to raise conversion rates, improve acquisition ROI, and maximize customer lifetime value.
It has been written 100% in Swift with ❤️
# Add this under your main application target
pod "ExponeaSDK", "~> 2.4.0"
# If you also use rich push notifications,
# add this line to your notification service extension target.
pod "ExponeaSDK-Notifications", "~> 2.4.0"
Read more about rich push notifications support here.
Carthage will by default build both
ExponeaSDK
andExponeaSDKNotifications
frameworks. The latter one is only supposed to be used in a notification service extension if you wish support rich push notifications. Read more about rich push notifications here.
github "exponea/exponea-ios-sdk" ~> 2.4.0
Check out our sample project to try it yourself! 😉
Check the detailed step by step guide here to get started.
To implement the Exponea SDK you must configure the SDK first:
Then you can start using all the other features:
- Track Events & Customer Properties
- Track Campaigns(Universal links)
- Data Flushing
- Push Notifications
- Fetch Data
- Payments
- Anonymize
Release notes can be found here.
ExponeaSDK is available under the Apache 2.0 license. See the LICENSE file for more info.
Copyright 2019 Exponea
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
�