Post

Replies

Boosts

Views

Activity

Reply to App rejected because of NFC used in third party
We have added CoreNFC as a weak_framework in our podspec s.weak_frameworks = [CoreNFC] Few clients don't use the NFC feature and few clients use it. People who use don't have any issue with it. People who don't use it, will they have an issue when their app is submitted for review ? They have not added the NFC permission in their Info.plist and have not added the capability as well. Will it still be an issue for such clients?
Jun ’24
Reply to Impact of Disable Generate Debug Symbols
@edford Can we set GCC_GENERATE_DEBUGGING_SYMBOLS: NO for static xcFrameworks When an app integrates our static library they keep getting a lot of warnings with this message below note: Linking a static library that was built with -gmodules, but the module cache was not found. Redistributable static libraries should never be built with module debugging enabled. The debug experience will be degraded due to incomplete debug information.
Jan ’24
Reply to Error setting up camera using DiscoverySession
@gchiste Yes even I was not able to reproduce this issue with the same code in the listed device, but its happening for people. The same exact model works for some people, for some people its returning this error. They are not able to proceed forward, we checked that their hardware is also functioning properly. Will file a bug report for this
Topic: Programming Languages SubTopic: Swift Tags:
Dec ’23
Reply to Can I use MetricKit to report crashes happening inside a framework
Is this possible? Can I filter out crashes specific to my library and report those crashes to our backend? Is there any possible way for the framework developer to generate reports on the framework stability and functionality. As of now we have 0 metrics to offer and track.
Replies
Boosts
Views
Activity
Mar ’25
Reply to App rejected because of NFC used in third party
We have added CoreNFC as a weak_framework in our podspec s.weak_frameworks = [CoreNFC] Few clients don't use the NFC feature and few clients use it. People who use don't have any issue with it. People who don't use it, will they have an issue when their app is submitted for review ? They have not added the NFC permission in their Info.plist and have not added the capability as well. Will it still be an issue for such clients?
Replies
Boosts
Views
Activity
Jun ’24
Reply to Impact of Disable Generate Debug Symbols
@edford Can we set GCC_GENERATE_DEBUGGING_SYMBOLS: NO for static xcFrameworks When an app integrates our static library they keep getting a lot of warnings with this message below note: Linking a static library that was built with -gmodules, but the module cache was not found. Redistributable static libraries should never be built with module debugging enabled. The debug experience will be degraded due to incomplete debug information.
Replies
Boosts
Views
Activity
Jan ’24
Reply to Error setting up camera using DiscoverySession
@gchiste Yes even I was not able to reproduce this issue with the same code in the listed device, but its happening for people. The same exact model works for some people, for some people its returning this error. They are not able to proceed forward, we checked that their hardware is also functioning properly. Will file a bug report for this
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to Crash reporting for iOS framework
Can I use MetricKit to report crashes happening inside a framework? Will I be able to filter the crashes based on the binary name?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’23