diff --git a/examples/Assets/Signing/InAppPurchase.keystore b/examples/Assets/Signing/InAppPurchase.keystore deleted file mode 100644 index e73a8e8e1d..0000000000 Binary files a/examples/Assets/Signing/InAppPurchase.keystore and /dev/null differ diff --git a/examples/Assets/Signing/README.txt b/examples/Assets/Signing/README.txt deleted file mode 100644 index 24cd56a345..0000000000 --- a/examples/Assets/Signing/README.txt +++ /dev/null @@ -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 ! diff --git a/examples/DemoRunner/Builds/Android/app/src/main/assets/Signing/InAppPurchase.keystore b/examples/DemoRunner/Builds/Android/app/src/main/assets/Signing/InAppPurchase.keystore deleted file mode 100644 index e73a8e8e1d..0000000000 Binary files a/examples/DemoRunner/Builds/Android/app/src/main/assets/Signing/InAppPurchase.keystore and /dev/null differ diff --git a/examples/DemoRunner/Builds/Android/app/src/main/assets/Signing/README.txt b/examples/DemoRunner/Builds/Android/app/src/main/assets/Signing/README.txt deleted file mode 100644 index 24cd56a345..0000000000 --- a/examples/DemoRunner/Builds/Android/app/src/main/assets/Signing/README.txt +++ /dev/null @@ -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 ! diff --git a/examples/Utilities/InAppPurchasesDemo.h b/examples/Utilities/InAppPurchasesDemo.h index d7a0e2dff3..3092ea0c74 100644 --- a/examples/Utilities/InAppPurchasesDemo.h +++ b/examples/Utilities/InAppPurchasesDemo.h @@ -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/ */ //============================================================================== diff --git a/extras/AudioPluginHost/Builds/Android/app/src/main/assets/Signing/InAppPurchase.keystore b/extras/AudioPluginHost/Builds/Android/app/src/main/assets/Signing/InAppPurchase.keystore deleted file mode 100644 index e73a8e8e1d..0000000000 Binary files a/extras/AudioPluginHost/Builds/Android/app/src/main/assets/Signing/InAppPurchase.keystore and /dev/null differ diff --git a/extras/AudioPluginHost/Builds/Android/app/src/main/assets/Signing/README.txt b/extras/AudioPluginHost/Builds/Android/app/src/main/assets/Signing/README.txt deleted file mode 100644 index 24cd56a345..0000000000 --- a/extras/AudioPluginHost/Builds/Android/app/src/main/assets/Signing/README.txt +++ /dev/null @@ -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 !