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:
parent
6cbae93696
commit
ba1cba9547
6 changed files with 101 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue