1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00

IAP: Ensured that IAP can compile even on platforms that don't support IAP

This commit is contained in:
hogliux 2017-08-24 17:28:26 +01:00
parent 6cbae93696
commit ba1cba9547
6 changed files with 101 additions and 36 deletions

View file

@ -48,15 +48,6 @@ public:
dm.initialiseWithDefaultDevices (0, 2);
mainWindow = new MainWindow;
Timer::callAfterDelay(1000, [] ()
{
AlertWindow::showMessageBoxAsync (AlertWindow::WarningIcon,
"Your credit card will be charged!",
"You are running the sample code for JUCE In-App purchases."
"Although this is only sample code, it will still CHARGE YOUR CREDIT CARD!",
"Understood!");
});
}
void shutdown() override