mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
In-app purchases: Update instructions
This commit is contained in:
parent
258203706c
commit
bf43db5ff7
7 changed files with 11 additions and 24 deletions
Binary file not shown.
|
|
@ -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. It’s impossible to use to sign any existing apps on the app store.
|
||||
|
||||
! Do not use this key for your own production apps !
|
||||
Binary file not shown.
|
|
@ -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. It’s impossible to use to sign any existing apps on the app store.
|
||||
|
||||
! Do not use this key for your own production apps !
|
||||
|
|
@ -58,16 +58,18 @@
|
|||
#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
|
||||
2. In the Android exporter settings, change the following settings:
|
||||
- "In-App Billing" - Enabled
|
||||
- "Key Signing: key.store" - path to InAppPurchase.keystore file in examples/Assets/Signing
|
||||
- "Key Signing: key.store.password" - amazingvoices
|
||||
- "Key Signing: key-alias" - InAppPurchase
|
||||
- "Key Signing: key.alias.password" - amazingvoices
|
||||
3. Re-save the project
|
||||
1. Set the bundle identifier to the registered identifier in App Store
|
||||
connect and/or Google Play Console.
|
||||
|
||||
2. Enable In-App Purchases capability (iOS/macOS) and/or In-App Billing
|
||||
(Android).
|
||||
|
||||
Note the app registered in App Store connect and/or Google Play Console will
|
||||
need corresponding purchasable items. For more information please refer to
|
||||
the in-app purchases tutorial.
|
||||
https://juce.com/tutorials/tutorial_in_app_purchases/
|
||||
*/
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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. It’s impossible to use to sign any existing apps on the app store.
|
||||
|
||||
! Do not use this key for your own production apps !
|
||||
Loading…
Add table
Add a link
Reference in a new issue