> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gameball.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Generic Mobile App Integration

> Framework-agnostic integration guide for mobile applications using Gameball's REST APIs and web widgets

This guide provides framework-agnostic instructions for integrating Gameball into any mobile application. Whether you're using Xamarin, Cordova, Ionic, or any other mobile framework, this guide will help you implement Gameball's loyalty features using REST APIs and web widgets.

<CardGroup cols={2}>
  <Card title="Initialize Gameball Customer Profile" icon="user" href="/installation-guides/v2/generic-mobile/initialize-profile">
    Sync customer profiles and display Gameball widgets using webviews
  </Card>

  <Card title="Track Customer Events" icon="phone" href="/installation-guides/v2/generic-mobile/track-events">
    Send customer events to Gameball using REST APIs
  </Card>

  <Card title="Track Orders & Cashback Reward" icon="dollar-sign" href="/installation-guides/v2/generic-mobile/track-orders">
    Monitor customer orders and provide cashback rewards
  </Card>

  <Card title="Integrate Redemption" icon="credit-card" href="/installation-guides/v2/generic-mobile/integrate-redemption">
    Enable customers to redeem their earned points
  </Card>

  <Card title="Track Referrals" icon="users" href="/installation-guides/v2/generic-mobile/track-referrals">
    Reward customers for referring new users
  </Card>

  <Card title="Push Notifications" icon="bell" href="/installation-guides/v2/generic-mobile/push-notifications">
    Set up push notifications for customer engagement
  </Card>
</CardGroup>
