# Pricing

> **Note (legacy): A newer version of the Maps SDK is available**
> 
> This page uses v6.4.1 of the Mapbox Maps SDK. A newer version of the SDK is available. Learn about the latest version, v11.31.0, in the [Maps SDK documentation](https://docs.mapbox.com/ios/maps/guides/pricing/).

> **Note: Pricing information for pre-5.0.0 versions**
> 
> The pricing information on this page is for the Maps SDK for iOS v5.0.0 and higher. For information on older versions of the SDK, see [Pricing by products](https://docs.mapbox.com/accounts/guides/pricing/#maps-sdk-for-ios-and-android).

Applications built with the Maps SDK for iOS v5.0.0 and higher are billed based on [**monthly active users (MAUs)**](https://docs.mapbox.com/help/glossary/monthly-active-users/), specifically "Maps SDKs MAUs".

## Maps SDK MAUs

Here's a breakdown of how monthly active users are counted by the Maps SDK.

### How is the *monthly* period determined?

The month-long period aligns with your billing period, which is usually aligned with the calendar month. To see the billing period for your account, visit the [Invoices page](https://console.mapbox.com/account/invoices/). MAUs are aligned with the calendar month. Even if you have a shortened [first billing period](https://docs.mapbox.com/accounts/guides/invoices/#shortened-first-month), your MAU statistics will start on the first day and end on the last day of each month.

### When is a user considered *active*?

A user of your application will be counted as a monthly active user as soon as they open an application that uses the Maps SDK by default.

### How are unique *users* counted?

A single user is billed as one MAU across app upgrades as long as the app is not deleted. Deleting and re-installing an app that uses the Maps SDK would result in an additional MAU. This happens because the SDK does not store personally identifying information.

### Which Mapbox services are included?

Maps SDK MAUs cover any use of the [Vector Tiles API](https://docs.mapbox.com/api/maps/vector-tiles/) or [Raster Tiles API](https://docs.mapbox.com/api/maps/raster-tiles/) in an application that includes the Maps SDK with no upfront commitments or annual contracts, except for requests for [offline maps](#offline-maps-pricing)

### Cost per Maps SDK MAU

To see the number of Maps SDKs MAUs included in the free tier and the cost per Maps SDKs MAU beyond the free tier, see the [Maps SDKs section of our pricing page](https://www.mapbox.com/pricing/#mapsmaus).

## Offline maps pricing

Offline maps usage in the Maps SDKs for Mobile are measured in **tile requests**. Resources downloaded for offline use are not included in [MAU billing](#maps-sdk-maus). There are two different types of tile requests that can be made:

-   [**Vector Tiles API**](https://docs.mapbox.com/api/maps/vector-tiles/) requests are made for offline regions that use vector tilesets including Mapbox-maintained tilesets like [Mapbox Streets](https://docs.mapbox.com/vector-tiles/reference/mapbox-streets-v8/) or any custom vector tileset uploaded to your Mapbox account.
-   [**Raster Tiles API**](https://docs.mapbox.com/api/maps/raster-tiles/) requests are made for offline regions that use raster tilesets including Mapbox-maintained tilesets like [Mapbox Satellite](https://docs.mapbox.com/help/glossary/mapbox-satellite/) or any custom raster tileset uploaded to your Mapbox account.

You will be billed accordingly for each tile request beyond the [free tier](https://www.mapbox.com/pricing/#maps). The number of tiles that can be downloaded varies based on the version of the Maps SDK you are using. For v5.3.0 and higher, the tile limit is set to 6,000 *per end user* by default, but you can [adjust this limit](https://docs.mapbox.com/ios/legacy/maps/guides/offline/#adjust-the-tile-limit-per-user) for your users.

Offline Vector and Raster Tiles API requests *are not* included with MAU pricing. This means that Vector Tiles API requests and Raster Tiles API requests for offline maps are counted toward the total number of tile requests made with your account. All offline tile requests will be billed according to the pricing tiers for the total number of tile requests made with your account (the sum of your web map usage and offline map tile downloads).

You will see offline maps usage on your [Statistics page](https://console.mapbox.com/account/statistics/) as Vector Tile or Raster Tile API requests.