Search found 4 matches

by terryhocw
Fri Sep 06, 2024 2:48 pm
Forum: Android Deployment
Topic: how to use api level 31 and billing library 601
Replies: 4
Views: 10228

Re: how to use api level 31 and billing library 601

Hi Attach is screen shot that warning of apl level and bill library. But it surprise to me that one of my app, does not show such warning, But I forget, which version of LIvecode (9 or 10 rc1) to make such bundle aab. Is there any place I can find in the bundle aab file to know which version of Live...
by terryhocw
Tue Sep 03, 2024 3:06 pm
Forum: Android Deployment
Topic: how to use api level 31 and billing library 601
Replies: 4
Views: 10228

Re: how to use api level 31 and billing library 601

Hi, If my apps is met the google policy, I will not see any google warning about the problem of my apps. ' After I submit the new version and turn to official release, the warning of API level 34 and bill library still at the top of my app info page. So I don't know is there any setting in the apps,...
by terryhocw
Sun Sep 01, 2024 5:26 am
Forum: Android Deployment
Topic: how to use api level 31 and billing library 601
Replies: 4
Views: 10228

how to use api level 31 and billing library 601

Hi I had download the 9613 rc1 and 1000 rc1 and recompile my application, then submit to play store. Which the api level is 26 or above and target sdk is 31 But my apps still fail to match api level 31 and bill library 601, Does any one experience on it? is there any setting I need to change, in ord...
by terryhocw
Thu Sep 22, 2011 10:55 am
Forum: iOS Deployment
Topic: Ios date picker
Replies: 6
Views: 4809

Ios date picker

Hi all, I make a simple stack which use to test the IOS date picker. I put the following code into a button script on mouseUp local tDateResult // launch the date picker iphonePickDate "date" // get the result put the result into tDateResult // check and display the result in the text field if tDate...