For iPhone 6S PLUS simulator in debug area I received the following message:
App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app’s Info.plist file.
I only have a social share button implemented via SLComposeViewController. Inside the social share button I use an HTTP. That's HTTP is for the user to share their scores with their social accounts. Even though i'm receiving the above message, the sharing still works as it's supposed to.
So can I Ignore the App Transport Security issue and just send the app for app store review anyways? If I ignore it, would my app get rejected also?