Posts

Post not yet marked as solved
0 Replies
570 Views
Hello Team, I try to delete photo from Photos for that i used this method, [[PHPhotoLibrary sharedPhotoLibrary] performChanges:^{ [PHAssetChangeRequest deleteAssets:@[assetToDelete]]; completionHandler:^(BOOL success, NSError *error) { }]; This method pops up a dialog with Don't Allow or Delete. But some time in some iPhones not respond PHAssetChangeRequest deleteAssets method that's why that completionHandler not called because of that i can't perform any operation of PHPhotoLibrary then after. If I restart my iPhone then it works. Many users of my app complained about this issue. I have an iPhone 11 with iOS 15.3. But some iOS 12,14,16 users also face the same issue. So what exact issue is there? Is it related to iOS or a method? Thanks, Ankur
Posted
by amax.
Last updated
.
Post not yet marked as solved
1 Replies
424 Views
Hello, I require com.apple.developer.networking.multicast premission for my app as third party sdk required that. For that i follow this link, https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_networking_multicast but Request page in not exist now. So how can i get this permission? Thanks,
Posted
by amax.
Last updated
.
Post not yet marked as solved
0 Replies
400 Views
Hello team, As Sign in with Apple is mandatory in app so i implemented it. I choose Hide My Email in that so first time its return random generated email as per document. But when second time i try Sign in with Apple with Hide My Email then i get blank email in that. So how can i get every time that random email generated by apple for Hide My Email option? As my user may be logout or delete app & reinstall again. Thanks
Posted
by amax.
Last updated
.