Post

Replies

Boosts

Views

Activity

Reply to c++20: 'syncstream' file not found
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0053r7.pdf links to an example implementation: https://github.com/PeterSommerlad/SC22WG21_Papers/tree/master/workspace/p0053_basic_osyncstreambuf I've no idea if it is usable, I've never tried to use syncstream myself.
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’24
Reply to How to detect when auto-renewing subscription expires?
I think you need this: https://developer.apple.com/documentation/storekit/product/subscriptioninfo/status/3851115-updates Get that async sequence for your subscription group using this: https://developer.apple.com/documentation/storekit/product/subscriptioninfo/3822297-status I think you get an update when it expires. Please let me know if you get this to work, I will need to implement something like this soon.
Topic: App & System Services SubTopic: StoreKit Tags:
Mar ’24
Reply to CoreBluetooth: txPowerLevel + rssi = distance?
Your equation for FSPL is not in dB. You need either 10 log_10 or 20 log_10 of that value. Whether it's 10 or 20 depends on whether it's in mV or mW. Also, I think the f term should disappear. I think it's because there is some sort of assumption about the antenna size being related to the wavelength, or something. I guess you've already looked at the Wikipedia page, but if not: https://en.wikipedia.org/wiki/Link_budget Please let us know if you get anything like useful numbers from this. My experience has been that it really doesn't work in the "real world". I have a simple weather station in my garden which sends data to a receiver in a cupboard the house and I log the RSSI. It's in the same frequency band as bluetooth. It varies dramatically depending on, for example, whether blinds are open or closed in other rooms, whether the ironing board is in that cupboard, where the metal gardening tools are in the garden, and so on.
Feb ’24
Reply to ITMS-90109: This bundle is invalid - The key UIRequiredDeviceCapabilities in the Info.plist may not contain values that would prevent this application from running on devices that were supported by previous versions.
To me that is saying that I cant add new features to an app that requires additional permissions. Is that correct? Not quite. The app needs to check at runtime for the feature and provide the app’s other functionality even if it is not present.
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’24
Reply to c++20: 'syncstream' file not found
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0053r7.pdf links to an example implementation: https://github.com/PeterSommerlad/SC22WG21_Papers/tree/master/workspace/p0053_basic_osyncstreambuf I've no idea if it is usable, I've never tried to use syncstream myself.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to developer program support couldn't be worse, is a waste of time
That was mostly the weekend, right?
Replies
Boosts
Views
Activity
Mar ’24
Reply to How to detect when auto-renewing subscription expires?
I think you need this: https://developer.apple.com/documentation/storekit/product/subscriptioninfo/status/3851115-updates Get that async sequence for your subscription group using this: https://developer.apple.com/documentation/storekit/product/subscriptioninfo/3822297-status I think you get an update when it expires. Please let me know if you get this to work, I will need to implement something like this soon.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Apple developer account under 18 years with my parent's credentials
Pretending to be older than you are (and borrowing your mum’s purse) is as old as the hills. Whether it is “still a thing” - well, you’ll have to ask a young person. Oh hang on….
Replies
Boosts
Views
Activity
Mar ’24
Reply to Is the GLKit library Apple's?
It's not third party. It's not related to 'Privacy Manifest'.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to SubscriptionStoreView how to handle the Cancellation Button
It works for me without any extra code.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to NSLock broken when using optimize speed in XCode Swift?
Is this an intended behaviour? No. Show us your code.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to (102232516091) Assistance Requested for Extended App Review Time
You'll find lots of similar posts on this forum if you can guess the right words to search for. There is no magic solution, you just need to keep waiting. Actually, you've only been waiting two weeks; in the past there have been some much much longer delays!
Replies
Boosts
Views
Activity
Feb ’24
Reply to IPad Pro 2021 5th gen accelerometer and gyroscope
Apple don't publish any such specs.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to CoreBluetooth: txPowerLevel + rssi = distance?
Your equation for FSPL is not in dB. You need either 10 log_10 or 20 log_10 of that value. Whether it's 10 or 20 depends on whether it's in mV or mW. Also, I think the f term should disappear. I think it's because there is some sort of assumption about the antenna size being related to the wavelength, or something. I guess you've already looked at the Wikipedia page, but if not: https://en.wikipedia.org/wiki/Link_budget Please let us know if you get anything like useful numbers from this. My experience has been that it really doesn't work in the "real world". I have a simple weather station in my garden which sends data to a receiver in a cupboard the house and I log the RSSI. It's in the same frequency band as bluetooth. It varies dramatically depending on, for example, whether blinds are open or closed in other rooms, whether the ironing board is in that cupboard, where the metal gardening tools are in the garden, and so on.
Replies
Boosts
Views
Activity
Feb ’24
Reply to ITMS-90109: This bundle is invalid - The key UIRequiredDeviceCapabilities in the Info.plist may not contain values that would prevent this application from running on devices that were supported by previous versions.
I do have the check for access in the code as well as the info.plist entry No, you should check only in the code (at runtime). Remove the UIRequiredDeviceCapabilities item from the info.plist.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to License of App Store Icons and Screenshots
No.
Replies
Boosts
Views
Activity
Feb ’24
Reply to In-App Subscription - How do we get paid?
Does it say “carried forward” or something to that effect? I think you need to contact Developer Program Support.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to ITMS-90109: This bundle is invalid - The key UIRequiredDeviceCapabilities in the Info.plist may not contain values that would prevent this application from running on devices that were supported by previous versions.
To me that is saying that I cant add new features to an app that requires additional permissions. Is that correct? Not quite. The app needs to check at runtime for the feature and provide the app’s other functionality even if it is not present.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to In-App Subscription - How do we get paid?
What do you see in the App Store Connect “Financial Reports” pages? Apple should transfer the money to your bank account, if it has all been set up correctly.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Feb ’24