Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nvankampenhout/test-rdme-github-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
nvankampenhout committed Jan 16, 2024
2 parents 47390fa + 16ca817 commit 4ed8a71
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions Documentation/guide.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Exponea SDK Guides This section will help you to integrate Exponea SDK into your application. ### 📦
[Installation & Configuration Guide](./INSTALL.md) This doc will show to you how to install and configure
ExponeaSDK.
### 📝 [Events/Users Tracking Guide](./TRACKING.md)ack events using Exponea. ush notifications Improve your
retention using rich push notifications. ### 📣 [Push Notifications Setup](./PUSH_QUICKSTART.md)
Start here when implementing push notifications, this section will guide you through the process of setting up
notifications in your application. ### 💬 [Exponea web app push notification configuration](./APNS.md) Set up
Exponea with Apple push notification service to be able to send push notifications. ### 💬 [Sending Push
Notifications](./PUSH_SEND.md) Learn how to customize and send push notifications. ## Additional functions * ####
[Data Flushing](../Documentation/FLUSH.md) Learn more about how ExponeaSDK sends data, and how to control it. *
#### [Anonymize](../Documentation/ANONYMIZE.md) Learn about user anonymizing features. ### Logging When debugging,
it's useful to set Exponea SDK to `VERBOSE` logging. You can do so by setting
`Exponea.setLogLevel(LogLevel.VERBOSE)`

* For better finding is every log from ExponeaSDK prefixed with [EXP-iOS]
---
title: Guide
excerpt: Guide page synced from github
category: 65a6d974ae98f7003c22cc16
---

# Guide

## Introduction
Intro text

## Header

Text



0 comments on commit 4ed8a71

Please sign in to comment.