Hi, all
I developed an APP using Share Extension to import String from txt file into CoreData and synced by iCloud.
In the test of Simulator or device, the Share Extension will success once in about two or three trials.
When I test it in TestFlight, the Share Extension almost not work. After I import the same file 10 times continuously, waiting about 30 minutes, one or two files may be imported successfully. And the one or two files being successfully imported to CoreData are all created in a same time when I check them in CloudKit DashBoard.
How to improve the success rate of Share Extension in Simulator and TestFlight?
Thanks.
I developed an APP using Share Extension to import String from txt file into CoreData and synced by iCloud.
In the test of Simulator or device, the Share Extension will success once in about two or three trials.
When I test it in TestFlight, the Share Extension almost not work. After I import the same file 10 times continuously, waiting about 30 minutes, one or two files may be imported successfully. And the one or two files being successfully imported to CoreData are all created in a same time when I check them in CloudKit DashBoard.
How to improve the success rate of Share Extension in Simulator and TestFlight?
Thanks.