Home > Blockchain >  How can I update my app to make it compatible with older ios versions?
How can I update my app to make it compatible with older ios versions?

Time:07-07

I just published a wkwebview app. But the app is only compatible with ios 15.0 and above. Please tell me, how can I update my app to make it compatible with older ios versions?

CodePudding user response:

You need to change the deployment target here ( here ios 12 for example ) enter image description here

  • Related