iOS Question ITMS-90809: Deprecated API Usage - still not aproved

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User
Hello, everyone knows why even not having any references of UIWEBVIEW, Apple is rejecting the build?

This is the email I still receving but on the app side, dont have any more uiwebviews.




Screenshot 2021-03-18 at 21.11.54.png


Screenshot 2021-03-18 at 21.09.21.png
Screenshot 2021-03-18 at 21.09.49.png



and even checking the code and compiling via XCODE, is still not aproving....


Screenshot 2021-03-18 at 22.48.08.png



I'm using version B4i 6.50 and local builder


Thank you

Alberto Iglesias

@Erel any ideas?
 
Last edited:

aeric

Expert
Licensed User
Longtime User
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Hello @aeric I saw this post before, and I don't have anything more on my .bil files, no more on code and any other library, like I send the screens above.

@Erel any change if I send to you the source code to take a quick look?
I am referring to the last post by Erel. What you need to do is ignore it. I am not sure Apple is now stopping you to upload the binary but I remember I also received the same email but my app gone through.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
According to previous posts in this forum, this issue would not exist if you are using B4i v6.50. Do you also update the B4iBuilder to latest version?
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Not sure it would help or not. Try delete the project folder in B4iBuilder and then compile the app again.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Other thing that you can try is updating some libraries to latest version.
For example: XUI Views (version: 2.44)
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
Try changing the MinVersion.
B4X:
#MinVersion: 8
 
Upvote 0
Top