I’ve finally got round to building a simple game I started back in 2012?
All working in simulator, and happily on android, and in the play store.
https://play.google.com/store/apps/details?id=uk.co.tentaclegames.ndvspr
But whilst the original used to run fine and dandy on iOS testing devices a couple of years back it seems something has changed in iOS - perhaps this https://docs.coronalabs.com/guide/hardware/appleATS/index.html
Something which breaks the tweet score function.
I use Silver Thorax Twitter Facade.
It runs fine in the corona simulator,
It runs fine on a real android device.
BUT It gives a grey screen and a spinner on iOS Xcode sim and iOS device
The twitterfacade code doesn’t seem to use http, but https,
just in case I tried adding something to the Build settings:
– NSAppTransportSecurity =
– {
– NSExceptionDomains =
– {
– [“api.twitter.com”] =
– {
– NSIncludesSubdomains = true,
– NSThirdPartyExceptionAllowsInsecureHTTPLoads = true,
– },
– },
– },
Still grey spinner.
I’ve emailed the fine folk at Silverthorax, but as I got the library so long ago I’m not sure they still support it.
Wondered if any of you fine folk are using it, have a fix, or an alternative?
cheers
Rob