# Specify Apple Store Keys

***

> ❗️ <mark style="color:red;">**Important**</mark>
>
> This step is the most important for your project data visibility. Please, make sure you specified all keys.

> 📘  To set up all settings, you need to be an admin of the Appstore Connect

### App Connect Shared Secret&#x20;

1. First, go to [App Store Connect](https://appstoreconnect.apple.com/)
2. Choose your app
3. Go to App Information
4. Click "Manage" under App-Specific Shared Secret

<figure><img src="/files/eFp80sXqWcqWtBQZjtxB" alt=""><figcaption><p>app-store-connect-app-specific-shared-secret</p></figcaption></figure>

5. On the pop-up window, copy the SHARE SECRET&#x20;

<figure><img src="/files/0vxFz3w5x4A3WWwrnXYq" alt=""><figcaption><p>app-specific-shared-secret</p></figcaption></figure>

6. To set up the SHARE SECRET for a specific app at Appflow\.ai, simply login to Appflow\.ai, go to Settings, and select Application Manage. From there, navigate to the app listing pages, locate the desired app, and click "Edit" to access the application editing page. Look for the "App Store keys" section and paste the SHARE SECRET that you copied from App Store Connect into the designated field.&#x20;

<figure><img src="/files/UHjkYpo1y3ZMAJDUQ0Vk" alt=""><figcaption><p>appflow.ai-app-store-keys-set-up</p></figcaption></figure>

Then move to the next step👇

### **App Store Server Notifications**

{% hint style="warning" %} <mark style="color:orange;">**Set it to have the same data from Appstore**</mark>

Without these keys you will see a huge difference between data on Appflow\.ai and Appstore
{% endhint %}

You can find the link in our settings (Settings >> **Manage** Applications >> **Edit** ) or onboarding process(see the pic above), copy and paste it to the App Store Server Notifications in App Store Connect.

<figure><img src="/files/CbxGZK7dG0g9ZDEZAXcn" alt=""><figcaption></figcaption></figure>

Please, choose the version 1 Notifications there

<figure><img src="/files/6DqSljLrfzsgpBefCjz3" alt=""><figcaption></figcaption></figure>

### App Store Promotional Offers&#x20;

{% hint style="warning" %}
We don't support it in the current Appflow\.ai Version, however, you may set it to be updated right away!
{% endhint %}

Upload Subscription keys to use promotional offers

Here is a way how to do that: <https://developer.apple.com/documentation/storekit/original_api_for_in-app_purchase/subscriptions_and_offers/setting_up_promotional_offers>

![](https://files.readme.io/abb7d76-Screenshot_at_Jul_21_15-07-45.png)

Please upload to the right place:

<figure><img src="/files/Mpv9jVIk0mS4oBfh7KlK" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %} <mark style="color:red;">**Important!**</mark>

Finish this step to receive your data in a real-time manner
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.appflow.ai/docs/sdk-set-up-instructions/ios-sdk/specify-apple-store-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
