1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

In-app purchases: Update instructions

This commit is contained in:
Anthony Nicholls 2025-12-09 11:43:10 +00:00 committed by Anthony Nicholls
parent 258203706c
commit bf43db5ff7
7 changed files with 11 additions and 24 deletions

View file

@ -1,5 +0,0 @@
This signing key is used to sign the android version of the in-app purchase sample app so that authenticated requests to the play store API can be tested.
This key has only been used to sign the in-app purchase sample app and therefore cannot be used for any other apps. Its impossible to use to sign any existing apps on the app store.
! Do not use this key for your own production apps !

View file

@ -1,5 +0,0 @@
This signing key is used to sign the android version of the in-app purchase sample app so that authenticated requests to the play store API can be tested.
This key has only been used to sign the in-app purchase sample app and therefore cannot be used for any other apps. Its impossible to use to sign any existing apps on the app store.
! Do not use this key for your own production apps !

View file

@ -58,16 +58,18 @@
#include "../Assets/DemoUtilities.h" #include "../Assets/DemoUtilities.h"
/* /*
To finish the setup of this demo, do the following in the Projucer project: To finish the setup of this demo, you'll need to
1. In the project settings, set the "Bundle Identifier" to com.rmsl.juceInAppPurchaseSample 1. Set the bundle identifier to the registered identifier in App Store
2. In the Android exporter settings, change the following settings: connect and/or Google Play Console.
- "In-App Billing" - Enabled
- "Key Signing: key.store" - path to InAppPurchase.keystore file in examples/Assets/Signing 2. Enable In-App Purchases capability (iOS/macOS) and/or In-App Billing
- "Key Signing: key.store.password" - amazingvoices (Android).
- "Key Signing: key-alias" - InAppPurchase
- "Key Signing: key.alias.password" - amazingvoices Note the app registered in App Store connect and/or Google Play Console will
3. Re-save the project need corresponding purchasable items. For more information please refer to
the in-app purchases tutorial.
https://juce.com/tutorials/tutorial_in_app_purchases/
*/ */
//============================================================================== //==============================================================================

View file

@ -1,5 +0,0 @@
This signing key is used to sign the android version of the in-app purchase sample app so that authenticated requests to the play store API can be tested.
This key has only been used to sign the in-app purchase sample app and therefore cannot be used for any other apps. Its impossible to use to sign any existing apps on the app store.
! Do not use this key for your own production apps !