Hello guys, greetings!
I will explain what is happening ...
On September 4, 2020 I uploaded my application (ipa) to Apple's AppStoreConnect ... However, since then the application has been "refused by the review team", for the following argument:
In short ... My application DOWNLOADS IMAGES using HTTPJOB and displays it in a CustomListView with ImageViews, but on APPLE devices it doesn't download and they accuse the problem above ...
The strange thing and what doesn't make me understand, is that "Release with Debug mode or Release Ad-hoc profile mobileprovision the application works perfectly without any problem." (Tested on 3 devices (Iphone X, Iphone SE 2020 and Ipad mini 4) .
it is the 7th time that they disapprove my application for the same reason ... I tried using ImageDownloader before and now I am using HttpJob directly to download the images and display it in ImageViews.
Does anyone have any idea what's going on?
I will explain what is happening ...
On September 4, 2020 I uploaded my application (ipa) to Apple's AppStoreConnect ... However, since then the application has been "refused by the review team", for the following argument:
B4X:
Guideline 2.1 - Performance - App Completeness
We discovered one or more bugs in your app when reviewed on iPhone running iOS 13.7 on Wi-Fi.
Specifically, your app loaded indefinitely when we tapped the “Loja” feature.
Next Steps
To resolve this issue, please run your app on a device to identify any issues, then review and resubmit your app for review.
If we misunderstood the intended behavior of your app, please reply to this message in Resolution Center to provide information on how these features were intended to work.
For new apps, uninstall all previous versions of your app from a device, then install and follow the steps to reproduce the issue. For updates, install the new version as an update to the previous version, then follow the steps to reproduce the issue.
Resources
For information about testing your app and preparing it for review, please see Technical Note TN2431: App Testing Guide.
For a networking overview, please review About Networking.
In short ... My application DOWNLOADS IMAGES using HTTPJOB and displays it in a CustomListView with ImageViews, but on APPLE devices it doesn't download and they accuse the problem above ...
The strange thing and what doesn't make me understand, is that "Release with Debug mode or Release Ad-hoc profile mobileprovision the application works perfectly without any problem." (Tested on 3 devices (Iphone X, Iphone SE 2020 and Ipad mini 4) .
it is the 7th time that they disapprove my application for the same reason ... I tried using ImageDownloader before and now I am using HttpJob directly to download the images and display it in ImageViews.
Does anyone have any idea what's going on?