Re: IAP in App Store

2021-09-20 Thread J. Landman Gay via use-livecode
Hi Panos, After the login dialog, which worked fine, I got no status response on the first attempt. I realized that I was asking for a nonexistent product (I'd changed the store products during my experiments) and when I asked for a now existing one it went through fine. I got the sandbox

Re: Android SDK lesson

2021-09-20 Thread Bernard Devlin via use-livecode
My advice to LC Ltd was: since Android Studio incorporates its own JDK and LC Ltd's official advice is to install Android Studio, then the simplest path is to have the IDE rely on the paths of that bundled JDK to setup and configure the LC/Android interactions. On Mon, Sep 20, 2021 at 12:43 PM

Re: Android SDK lesson

2021-09-20 Thread Lagi Pittas via use-livecode
Hi Bernard, I did and it says not a valid Android SDK path - and yet B4A accepts it without any protestations. I have posted to the thread you were helping people at omn the forum. We have to get a definitive "no pain" way of installation as it seems there are different problems on different

Re: IAP in App Store

2021-09-20 Thread panagiotis m via use-livecode
Hello Jacque, Nice, I'll make sure this note is added to the docs at least. Ideally we'll fix it in the engine too, so as it throws an error if the 3rd param is empty. Now, you said you got the login dialog. What happened next, after you entered your test apple ID details? Did you get a dialog

Re: How to suppress the Modal Purge dialog? -- Name space conflict

2021-09-20 Thread Curry Kenworthy via use-livecode
Roland: > there are number of stacks that have the same stack name 1. Use "delete stack" to remove one from memory before loading another. Do it carefully; this is a powerful command! See the dictionary. > I am not just talking about my own stacks, > but also stacks from third parties, and