Post

Replies

Boosts

Views

Activity

Reply to QuotaExceeded error questions
Few questions for clarity. Have you confirmed with that user that their iCloud storage is in fact full? When you save the game save a secondary time, are you updating that record, or deleting then saving a new one? Assuming you're using the CKModifyRecordsOperation, how are you handling merge conflicts (i.e. two device scenario race condition).
Topic: App & System Services SubTopic: iCloud Tags:
Dec ’21
Reply to Can I access HealthKit data for devices without an Apple ID?
Kevin, HealthKit is meant for a single individual, not 'shared'. HealthKit can be used without an Apple ID. It would be just the same as running on a simulator that isn't signed in. That having been said, while you could technically do it, it is overkill and using HealthKit outside of the intended scope. I'll speculate that the built-in pedometer will also not have super reliable results given the way each user walks is different. This is what generates samples for HealthKit under the hood. If you're going to pursue this concept, I would instead recommend using the CMPedometer API directly, which allows for up to 7-days of historical data.
Dec ’21
Reply to App Clips should support CloudKit for read-only access to the public database
I spoke with both App Clip and CloudKit engineers during WWDC 2021 in lab sessions. They're aware of the request. That having been said the temporary solution that we came to through conversation is to use the CloudKit Web Services. I've decided for my AppClip I can live with read-only access to just the public database. I have this working and have fully mirrored the CKQueryOperation and CKFetchRecordsOperation functionality using the Cloud Kit Web Services API. This is something that I would potentially open source if others are interested in working on it with me as an interim solution until (if) official support happens.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’21
Reply to QuotaExceeded error questions
Few questions for clarity. Have you confirmed with that user that their iCloud storage is in fact full? When you save the game save a secondary time, are you updating that record, or deleting then saving a new one? Assuming you're using the CKModifyRecordsOperation, how are you handling merge conflicts (i.e. two device scenario race condition).
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to The consumable product prices in the app store and the prices that appear in my flutter project are different
Is the RevenueCat SDK first party in Flutter for iOS? I'd start with the library developers for your question. You could try using the native swift version of RevenueCat and see if the same problem exists.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Can I access HealthKit data for devices without an Apple ID?
Kevin, HealthKit is meant for a single individual, not 'shared'. HealthKit can be used without an Apple ID. It would be just the same as running on a simulator that isn't signed in. That having been said, while you could technically do it, it is overkill and using HealthKit outside of the intended scope. I'll speculate that the built-in pedometer will also not have super reliable results given the way each user walks is different. This is what generates samples for HealthKit under the hood. If you're going to pursue this concept, I would instead recommend using the CMPedometer API directly, which allows for up to 7-days of historical data.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Is ASWebAuthenticationSession compatible with App Clips?
It is referenced in this video to in fact use ASWebAuthenticationSession but I haven't found any useful information in the documentation on how to get it setup with the callback yet: https://developer.apple.com/videos/play/wwdc2020/10174/?time=909
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Xcode cloud does not detect branches other than develop
I just received access to the beta. I'm encountering the same issue. I created this feedback: FB9799246 If you create your own feel free to mention so Apple can link as related.
Replies
Boosts
Views
Activity
Dec ’21
Reply to App Clips should support CloudKit for read-only access to the public database
I spoke with both App Clip and CloudKit engineers during WWDC 2021 in lab sessions. They're aware of the request. That having been said the temporary solution that we came to through conversation is to use the CloudKit Web Services. I've decided for my AppClip I can live with read-only access to just the public database. I have this working and have fully mirrored the CKQueryOperation and CKFetchRecordsOperation functionality using the Cloud Kit Web Services API. This is something that I would potentially open source if others are interested in working on it with me as an interim solution until (if) official support happens.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21