Re: ANN: *** targetSdkVersion requirements Android ***

2018-07-27 Thread Mark Wieder via use-livecode
On 07/27/2018 04:12 PM, Mark Waddingham via use-livecode wrote: Because before you can have a cross platform anything (which is tied to specific OS features) you need the things to call which perform the appropriate action on the individual platforms. Not necessarily. I often stub out

Re: ANN: *** targetSdkVersion requirements Android ***

2018-07-27 Thread Mark Waddingham via use-livecode
Because before you can have a cross platform anything (which is tied to specific OS features) you need the things to call which perform the appropriate action on the individual platforms. The patterns for 'getting user consent' on android and iOS are similar (because they are both about

Re: ANN: *** targetSdkVersion requirements Android ***

2018-07-27 Thread Mark Wieder via use-livecode
On 07/27/2018 09:13 AM, Mark Waddingham via use-livecode wrote: P.S. We could look into doing something similar with iOS with regards explicitly being able to ask for permission for things - in a similar way proposed above. If people feel there is a need for it, please file an enhancement

Re: ANN: *** targetSdkVersion requirements Android ***

2018-07-27 Thread Bob Sneidar via use-livecode
Another regression I noticed is that I am back to red dot breakpoints clearing after a script save/compile. The dots are there but the script does not break. Unsetting and resetting causes the debugger to break again. Bob S > On Jul 27, 2018, at 09:13 , Mark Waddingham via use-livecode >

Re: ANN: *** targetSdkVersion requirements Android ***

2018-07-27 Thread Mark Waddingham via use-livecode
On 2018-07-26 06:02, Colin Holgate via use-livecode wrote: One problem this may introduce is that from Android 6 onwards you’re expected to only ask permission to use features at the time the user reaches that part of your app, like it has always been on iOS. I wrote about publishing to Android

Re: ANN: *** targetSdkVersion requirements Android ***

2018-07-25 Thread Colin Holgate via use-livecode
One problem this may introduce is that from Android 6 onwards you’re expected to only ask permission to use features at the time the user reaches that part of your app, like it has always been on iOS. I wrote about publishing to Android before Android 6, I’m not sure how that gets handled. Are

ANN: *** targetSdkVersion requirements Android ***

2018-07-25 Thread Erik Beugelaar via use-livecode
Hi All, Starting from August 2018 for new apps and November 2018 for existing apps, Google will force developers to set the targetSdkVersion to 26+: