Search results for

“offloading”

183 results found

Post

Replies

Boosts

Views

Activity

Reply to Clear App Cache
To manually delete app data on iOS without specifying the app name, you can follow these steps: Open the Settings on your iOS device. Scroll down and tap on General. Select iPhone Storage or iPad Storage depending on your device. In the list of installed apps, locate the app you want to delete data for and tap on it. You will now see a detailed view of the app with information about storage usage. Here are several options: Delete App: This will remove the entire app from your device, including all data and settings. Offload App: This option will remove the app but keep its documents and data intact. You can reinstall the app later without losing your data. Delete App and its Data: This option will remove the app and all associated data from your device. Choose the desired option based on your requirements. If you only want to free up storage space without removing the app, you can select Offload App. Please note that manually deleting app data will free up storage space on your device but ma
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’23
Bindless/GPU-Driven approach with dynamic scenes?
I have been experimenting with different rendering approaches in Metal and am hitting a wall when it comes to reconciling bindless or GPU-driven approaches* with a dynamic scene where meshes can be added, removed, and changed. All the examples I have found of such approaches use fixed scenes, where all the data is fixed before the first draw call into something like a MeshBuffer that holds all scene geometry in the form of Mesh objects (for instance). While I can assume that recreating a MeshBuffer from scratch each frame would be possible but completely undesirable, and that there may be some clever tricks with pointers to update a MeshBuffer as needed, I would like to know if there is an established or optimal solution to this problem, or if these approaches are simply incompatible with dynamic geometry. Any example projects that do what I am asking that I may have missed would be appreciated, too. * I know these are not the same, but seem to share some common characteristics, namely providing your entire g
3
0
1.6k
Jun ’23
Reply to MAC address spoofing not working
@somewhereInTime oh wow, I would've expected the built-in hardware of the Mac Mini to actually work with the shipped OS. Thanks for sharing! I specifically bought a OWC TB3 to 10GbE adapter, as it uses the Aquantia AQC107 chipset. According to the previously shared link to the guide on Github: With the above 5 drivers, currently Apple only uses 2 of them in their products: Aquantia is used on all Macs with 10Gbe ie. 2017 iMac Pro, 2019 Mac Pro, 2018 Mac mini Broadcom is used on all 2011+ Macs with 1Gbe ie. 2011-2020 iMacs, 2010-2020 Mac minis, 2013 Mac Pro However - no luck. Offloading seems to work, the used driver is Driver: com.apple.driver.AppleEthernetAquantiaAqtion. But using ifconfig ether still fails silently :( Upgrading to the latest macOS Sonoma Developer beta seems to have solved my other issue regarding WiFi 6E (6GHz), it now detects my AP correctly and actually connects. But regarding wired network adapters I didn't see any changes. As this is my daily driver I will downgrade to macOS V
Jun ’23
Reply to Prevent uninstall app by "Offload unused apps"
There’s no documented setting for that. Imagine if there were: many apps would use it and thus defeat the purpose of the offload feature. For now your best bet is to advise the user to disable the global offload feature, with a detailed explanation of the motivation for doing so. But it’s still the user's choice. You could also file a Feedback requesting support for this, such as a hard-to-get entitlement for apps like yours.
Apr ’23
Prevent uninstall app by "Offload unused apps"
I need to develop Emergency communication app. This app is not used frequently but it need to start immediately when user need to make emergency communication. If this app is not used for a month, it uninstalled by Offload unused apps feature. Is there way to put a flag into app to prevent uninstall? If application's Info.plist has setting like Preventing offloading unused apps, it would be great to me.
1
0
1.5k
Apr ’23
Reply to Whatsapp for business - not saving quick reply(under business tools) on IOS 16.3.1.
There could be several reasons why quick replies are not being saved on WhatsApp for Business on iOS 16.3.1. Here are some troubleshooting steps you can try: 1.Check if you have the latest version of WhatsApp for Business installed on your device. If not, update it from the App Store. 2.Make sure that you have enabled the Quick Replies feature in the Business Settings of your WhatsApp account. To do this, go to Settings > Business Settings > Quick Replies and toggle the switch to ON. 3.Ensure that you have granted WhatsApp permission to access your device's microphone and camera. Quick Replies require access to these features to work properly. 4.Try clearing the cache of WhatsApp. Go to Settings > General > iPhone Storage, find WhatsApp in the list of apps, and tap on it. Then, tap Offload App or Delete App to remove it from your device. After that, reinstall WhatsApp and try setting up Quick Replies again. 5.If none of the above solutions work, contact WhatsApp support for further assist
Topic: App & System Services SubTopic: Hardware Tags:
Mar ’23
iPad “other” category is using 9 gigs of my 32 gig iPad. I have offloaded and dumped everything
I have offloaded and deleted so much and i the storage does not go down at all. It is at nine gig now and I have absolutely nothing on my iPad. I feel like this is very suspicious. Nothing works to clear it off and Apple‘s excuse is it will go away. It’s not going away it’s getting worse. I have one game that I play along with, Hulu, Facebook and messenger and most of the time I have the circular thing going on on my screen and can’t play the game or watch anything. the iPad is paid for, the service is paid for. Apple, What more do you want?
1
0
517
Dec ’22
Reply to Cannot uninstall XCode Previews App iOS 15
You say Xcode Previews has no security concern? You also say health could not be un-installed yet is allowed the capabilities of offloading the app. The purpose of Xcode Previews is to back door in to your device effortlessly sandboxed while testing your own apps in real time as you edit them, this can also be done remotely . And that is a security concern . I have researched and done some brushing up on this app since the launch of the iOS being installed to my device while connected via apple car play to my cars navigation and entertainment system that alternatively fried and damaged my vehicles electronics . This occurrence has also been acknowledged by apple that such an error occurred within the CarPlay features due to an accidental exploit during the update and that acknowledgment had since been de-published from community forums. Back in late December 2021. So don’t bother looking anymore. However the forums at XDA may still have the sources . I am no developer, even though I had researched th
Sep ’22
AppGroup data of offloaded apps lost after restoring from iCloud backup
I was able to reproduce this with our own app as well as with apps by other developers (e.g. Documents by Readdle).Our app stores its data in the app group:Foundation.FileManager.default.containerURL(forSecurityApplicationGroupIdentifier: AppGroupConstants.appGroupIdentifier).appendingPathComponent(File Provider Storage, isDirectory: true)!.appendingPathComponent(Media, isDirectory: true)1) Install the app from the App Store2) Add some data3) Manually offload the app (Settings -> General -> iPhone/iPad Storage -> *App Name* -> Offload App)4) Backup device to iCloud5) Reset device (Settings -> General -> Erase All Content and Settings)6) Restore device from iCloud Backup (this is important - it works with iTunes backups)7) Open the app. Because it was offloaded it gets downloaded at this point but the app group data is NOT restored.This looks like a serious bug to me.Can someone confirm this?
7
0
3.7k
Aug ’22
TaskGroup lockup with more than 7 tasks
Platform: macOS 12.4, MacBook Pro 2.3GHz Quad-Core i5, 16GB RAM I'm trying to read an OSLog concurrently because it is big and I don't need any of the data in order. Because the return from .getEntries is a sequence, the most efficient approach seems to be to iterate through. Iteration through the sequence from start to finish can take a long time so I thought I can split it up into days and concurrently process each day. I'm using a task group to do this and it works as long as the number of tasks is less than 8. When it works, I do get the result faster but not a lot faster. I guess there is a lot of overhead but actually it seems to be that my log file is dominated by the processing on 1 of the days. Ideally I want more concurrent tasks to break up the day into smaller blocks. But as soon as I try to create 8 or more tasks, I get a lockup with the following error posted to the console. enable_updates_common timed out waiting for updates to reenable Here are my tests. First - a pure iterative approach. No t
2
0
2.7k
Jun ’22
Reply to Other Storage Taking Too Much Space
I have the same problem, I have a iPhone XR, with 64gb of less than one year old. The other storage is 37Gb big, the memory is completely full, can’t even open my mail. I have offloaded almost all apps. It seemed that with offloading the problem got worse… One month ago I had the same. A reset reduced other storage to 5gb, but I am not looking forward to a reset every month. Yesterday, the other storage was 36gb, today already added another 1gb. It is really unacceptable. Apple support only suggest a factory reset. My old iPhone SE with 16gb is even more useful than this phone!!
May ’22
Reply to How to download this file when iPhone is out of storage space
Hi, not quite sure if your question is regarding the available storage space, or the download itself. But if your device has not enough storage available you can temporarily offload apps to free up space, or upload images and files to iCloud to free up enough space to download the file of your choice. Either way remember that filling your phones storage up so much can lead to software updates not working and therefore system data can build up. Take care David
Topic: App & System Services SubTopic: Core OS Tags:
Apr ’22
Reply to identifierForVendor change when offload app?
I disagree with MobileTen. I don't think the page that he links to says anything about offloading. Offloading is a relatively new feature in iOS. If the identifierForVendor changed during offloading, many apps that predated offloading (including one of mine!) would have had problems as a result. I have not seen any such problems, which makes me think that the identifierForVendor does not change. But I could be wrong; users do not always report problems. Anyone else have any experience to share? (Of course the safe thing to do is to assume that it can change at any time.)
Topic: Privacy & Security SubTopic: General Tags:
Mar ’22
Reply to Clear App Cache
To manually delete app data on iOS without specifying the app name, you can follow these steps: Open the Settings on your iOS device. Scroll down and tap on General. Select iPhone Storage or iPad Storage depending on your device. In the list of installed apps, locate the app you want to delete data for and tap on it. You will now see a detailed view of the app with information about storage usage. Here are several options: Delete App: This will remove the entire app from your device, including all data and settings. Offload App: This option will remove the app but keep its documents and data intact. You can reinstall the app later without losing your data. Delete App and its Data: This option will remove the app and all associated data from your device. Choose the desired option based on your requirements. If you only want to free up storage space without removing the app, you can select Offload App. Please note that manually deleting app data will free up storage space on your device but ma
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’23
Bindless/GPU-Driven approach with dynamic scenes?
I have been experimenting with different rendering approaches in Metal and am hitting a wall when it comes to reconciling bindless or GPU-driven approaches* with a dynamic scene where meshes can be added, removed, and changed. All the examples I have found of such approaches use fixed scenes, where all the data is fixed before the first draw call into something like a MeshBuffer that holds all scene geometry in the form of Mesh objects (for instance). While I can assume that recreating a MeshBuffer from scratch each frame would be possible but completely undesirable, and that there may be some clever tricks with pointers to update a MeshBuffer as needed, I would like to know if there is an established or optimal solution to this problem, or if these approaches are simply incompatible with dynamic geometry. Any example projects that do what I am asking that I may have missed would be appreciated, too. * I know these are not the same, but seem to share some common characteristics, namely providing your entire g
Replies
3
Boosts
0
Views
1.6k
Activity
Jun ’23
Reply to MAC address spoofing not working
@somewhereInTime oh wow, I would've expected the built-in hardware of the Mac Mini to actually work with the shipped OS. Thanks for sharing! I specifically bought a OWC TB3 to 10GbE adapter, as it uses the Aquantia AQC107 chipset. According to the previously shared link to the guide on Github: With the above 5 drivers, currently Apple only uses 2 of them in their products: Aquantia is used on all Macs with 10Gbe ie. 2017 iMac Pro, 2019 Mac Pro, 2018 Mac mini Broadcom is used on all 2011+ Macs with 1Gbe ie. 2011-2020 iMacs, 2010-2020 Mac minis, 2013 Mac Pro However - no luck. Offloading seems to work, the used driver is Driver: com.apple.driver.AppleEthernetAquantiaAqtion. But using ifconfig ether still fails silently :( Upgrading to the latest macOS Sonoma Developer beta seems to have solved my other issue regarding WiFi 6E (6GHz), it now detects my AP correctly and actually connects. But regarding wired network adapters I didn't see any changes. As this is my daily driver I will downgrade to macOS V
Replies
Boosts
Views
Activity
Jun ’23
Reply to Prevent uninstall app by "Offload unused apps"
There’s no documented setting for that. Imagine if there were: many apps would use it and thus defeat the purpose of the offload feature. For now your best bet is to advise the user to disable the global offload feature, with a detailed explanation of the motivation for doing so. But it’s still the user's choice. You could also file a Feedback requesting support for this, such as a hard-to-get entitlement for apps like yours.
Replies
Boosts
Views
Activity
Apr ’23
Prevent uninstall app by "Offload unused apps"
I need to develop Emergency communication app. This app is not used frequently but it need to start immediately when user need to make emergency communication. If this app is not used for a month, it uninstalled by Offload unused apps feature. Is there way to put a flag into app to prevent uninstall? If application's Info.plist has setting like Preventing offloading unused apps, it would be great to me.
Replies
1
Boosts
0
Views
1.5k
Activity
Apr ’23
Reply to Whatsapp for business - not saving quick reply(under business tools) on IOS 16.3.1.
There could be several reasons why quick replies are not being saved on WhatsApp for Business on iOS 16.3.1. Here are some troubleshooting steps you can try: 1.Check if you have the latest version of WhatsApp for Business installed on your device. If not, update it from the App Store. 2.Make sure that you have enabled the Quick Replies feature in the Business Settings of your WhatsApp account. To do this, go to Settings > Business Settings > Quick Replies and toggle the switch to ON. 3.Ensure that you have granted WhatsApp permission to access your device's microphone and camera. Quick Replies require access to these features to work properly. 4.Try clearing the cache of WhatsApp. Go to Settings > General > iPhone Storage, find WhatsApp in the list of apps, and tap on it. Then, tap Offload App or Delete App to remove it from your device. After that, reinstall WhatsApp and try setting up Quick Replies again. 5.If none of the above solutions work, contact WhatsApp support for further assist
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Mar ’23
iPad “other” category is using 9 gigs of my 32 gig iPad. I have offloaded and dumped everything
I have offloaded and deleted so much and i the storage does not go down at all. It is at nine gig now and I have absolutely nothing on my iPad. I feel like this is very suspicious. Nothing works to clear it off and Apple‘s excuse is it will go away. It’s not going away it’s getting worse. I have one game that I play along with, Hulu, Facebook and messenger and most of the time I have the circular thing going on on my screen and can’t play the game or watch anything. the iPad is paid for, the service is paid for. Apple, What more do you want?
Replies
1
Boosts
0
Views
517
Activity
Dec ’22
Reply to Cannot uninstall XCode Previews App iOS 15
You say Xcode Previews has no security concern? You also say health could not be un-installed yet is allowed the capabilities of offloading the app. The purpose of Xcode Previews is to back door in to your device effortlessly sandboxed while testing your own apps in real time as you edit them, this can also be done remotely . And that is a security concern . I have researched and done some brushing up on this app since the launch of the iOS being installed to my device while connected via apple car play to my cars navigation and entertainment system that alternatively fried and damaged my vehicles electronics . This occurrence has also been acknowledged by apple that such an error occurred within the CarPlay features due to an accidental exploit during the update and that acknowledgment had since been de-published from community forums. Back in late December 2021. So don’t bother looking anymore. However the forums at XDA may still have the sources . I am no developer, even though I had researched th
Replies
Boosts
Views
Activity
Sep ’22
AppGroup data of offloaded apps lost after restoring from iCloud backup
I was able to reproduce this with our own app as well as with apps by other developers (e.g. Documents by Readdle).Our app stores its data in the app group:Foundation.FileManager.default.containerURL(forSecurityApplicationGroupIdentifier: AppGroupConstants.appGroupIdentifier).appendingPathComponent(File Provider Storage, isDirectory: true)!.appendingPathComponent(Media, isDirectory: true)1) Install the app from the App Store2) Add some data3) Manually offload the app (Settings -> General -> iPhone/iPad Storage -> *App Name* -> Offload App)4) Backup device to iCloud5) Reset device (Settings -> General -> Erase All Content and Settings)6) Restore device from iCloud Backup (this is important - it works with iTunes backups)7) Open the app. Because it was offloaded it gets downloaded at this point but the app group data is NOT restored.This looks like a serious bug to me.Can someone confirm this?
Replies
7
Boosts
0
Views
3.7k
Activity
Aug ’22
TaskGroup lockup with more than 7 tasks
Platform: macOS 12.4, MacBook Pro 2.3GHz Quad-Core i5, 16GB RAM I'm trying to read an OSLog concurrently because it is big and I don't need any of the data in order. Because the return from .getEntries is a sequence, the most efficient approach seems to be to iterate through. Iteration through the sequence from start to finish can take a long time so I thought I can split it up into days and concurrently process each day. I'm using a task group to do this and it works as long as the number of tasks is less than 8. When it works, I do get the result faster but not a lot faster. I guess there is a lot of overhead but actually it seems to be that my log file is dominated by the processing on 1 of the days. Ideally I want more concurrent tasks to break up the day into smaller blocks. But as soon as I try to create 8 or more tasks, I get a lockup with the following error posted to the console. enable_updates_common timed out waiting for updates to reenable Here are my tests. First - a pure iterative approach. No t
Replies
2
Boosts
0
Views
2.7k
Activity
Jun ’22
Reply to Other Storage Taking Too Much Space
I have the same problem, I have a iPhone XR, with 64gb of less than one year old. The other storage is 37Gb big, the memory is completely full, can’t even open my mail. I have offloaded almost all apps. It seemed that with offloading the problem got worse… One month ago I had the same. A reset reduced other storage to 5gb, but I am not looking forward to a reset every month. Yesterday, the other storage was 36gb, today already added another 1gb. It is really unacceptable. Apple support only suggest a factory reset. My old iPhone SE with 16gb is even more useful than this phone!!
Replies
Boosts
Views
Activity
May ’22
Reply to Other Storage Taking Too Much Space
The master key point that how you can delete system data on your iPhone or iPad. Clear safari browsing data Clear 3rd party app caches Permanent delete photos. Offload apps Siri and search Transfer and reset iPhone For more detailed info read. See the video on Thegsmsolution Youtube.
Replies
Boosts
Views
Activity
Apr ’22
Reply to How to download this file when iPhone is out of storage space
Hi, not quite sure if your question is regarding the available storage space, or the download itself. But if your device has not enough storage available you can temporarily offload apps to free up space, or upload images and files to iCloud to free up enough space to download the file of your choice. Either way remember that filling your phones storage up so much can lead to software updates not working and therefore system data can build up. Take care David
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to identifierForVendor change when offload app?
I disagree with MobileTen. I don't think the page that he links to says anything about offloading. Offloading is a relatively new feature in iOS. If the identifierForVendor changed during offloading, many apps that predated offloading (including one of mine!) would have had problems as a result. I have not seen any such problems, which makes me think that the identifierForVendor does not change. But I could be wrong; users do not always report problems. Anyone else have any experience to share? (Of course the safe thing to do is to assume that it can change at any time.)
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
identifierForVendor change when offload app?
If the user offload my app from Settings app (to free up storage) and reinstall it, will the identifierForVendor change?
Replies
3
Boosts
0
Views
1.2k
Activity
Mar ’22