• Hi folks,

    the forum is now set to read only.

    After 6 yrs under my control, I have done all the work on April 6th that was needed to be able to transfer the database, forum files and the domain to Philipp Moeller aka @Phil7. The Github repository was already transfered and under his control.

    According to GDPR/DSGVO laws, all user accounts are now deleted that didn't accept the new terms (Updated on March 7th 2024 and an email was send to your address).

    I wish you all a great future and health. As the internet is gigantic but sometimes also very small, I am sure we will bump into each other someday again. Looking forward to it. :-)

    Cheers
    Michael

  • Hi folks,
    as per verbal aggreement between the new owner of the Cerberus X community and myself, I will keep this place online till May 6th, 2024.
    After that date it will be purged and this Domain will be most likely be used for my own stuff again.
    I am not participating in the new place for various reasons.
    If someone wants to contact me you can do so via mail to mike@fantomgl.com.
    Best wishes
    Michael

Problem upload: ITMS-90809: Deprecated API Usage

  • Thread starter Deleted member 61
  • Start date
D

Deleted member 61

Guest
I have generated IOS project from last version Cerberus but i can't upload app to apple store. Compile and run in simulator right (even archive,validate is OK) but when is upload (archive, upload) Apple says that is not a valid binary.
They send a mail indicating: "ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView"
 
Which module are you using? Because I don't remember any of the official ones use uiwebview
 
It's not unheard of and a web search for that warning should point you in the right direction.
There are numerous post on that warning where the authors are not even using UIWebView, but still get it.
Answers range from getting a new provisioning profile for the app to checking third-party plugins.
 
I could think of the admob SDK being the culprid here. Try to update that and please test its implementation first.
 
If I replace the /myapp.buildv2021-05-16/ios/libs/GoogleMobileAds.framework folder with the one downloaded in the latest version of the SDK when I compile many errors appear (for example: Unknown type name 'GADInterstitial')
 
I'm not sure but it might be the pod profile like this
 
If I replace the /myapp.buildv2021-05-16/ios/libs/GoogleMobileAds.framework folder with the one downloaded in the latest version of the SDK when I compile many errors appear (for example: Unknown type name 'GADInterstitial')
Looks like the the new ios sdk is not compatible with our implementation. Which needs to be updated.
 
I will tackle this in the coming week.
 
Back
Top Bottom