BoltsFramework / Bolts-ObjC

Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
Other
5.64k stars 576 forks source link

Apple Review #331

Closed seanLee closed 4 years ago

seanLee commented 5 years ago

After uploading the App to appstoreconnect,we receive this message:

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.

I am integrating Bolts by CocoaPods,I wonder how i can delete the files that using UIWebView related API.

voyage11 commented 5 years ago

Same Issue.

calvincbk commented 5 years ago

Any solution?

mouness2020 commented 5 years ago

same problem...any update?

mgkcorty commented 5 years ago

Same issue.

We worry about it, because on next app deploy we can stuck on this.

tealshift commented 5 years ago

From the Readme:

An implementation of the App Links protocol, helping you link to content in other apps and handle incoming deep-links.

I looked around the source, and it appears Bolts' usage of UIWebView revolves entirely around Facebook App Links, which makes sense because the framework was originally developed by Facebook. I'm thinking of making a fork which just strips App Links functionality since this seems to be Bolts' only relation to FB. For me, and I think many others, it just needs to work for Parse SDK.

tealshift commented 5 years ago

Hmm, okay, it's up and works in my project. https://github.com/tealshift/Bolts-ObjC You can get a version without UIWebView and App Links with the pod: pod 'Bolts', :git => 'https://github.com/tealshift/Bolts-ObjC.git'

ondrejhanak commented 5 years ago

Or you can reference just the Tasks subspec from your Podfile if tasks are the only part you need.

    pod 'Bolts/Tasks', '~> 1.9'
noobs2ninjas commented 4 years ago

New release should be out later!

loongman commented 4 years ago

If s.version need to be updated to 1.9.1 on Bolts.podspec? @noobs2ninjas

nlutsenko commented 4 years ago

Should be all set with current release of Bolts-ObjC 1.9.1. Let me know if there is anything left.