Skip to main content

Mobile Development Collective

A collective for developers who want to share their knowledge and learn more about mobile development practices and platforms
2.1m Questions
+26
29.9k Members
+57
Contact

Pinned content

View all 2 collections

Mobile Development admins have deemed these posts noteworthy.

Pinned
Score of 25
11438 views
Collection

Android Frequently Asked Questions

The Android-related questions that get asked repeatedly, gathered together in one place. What does a new developer always ask at some point? What are the most common questions when someone is ...

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

Score of 1
0 answers
29 views

How to change Metadata in MediaStore Audio files / contentResolver.update always returns 0 updated

I'm attempting to change the Metadata for some (non-app owned) audio files in the MediaStore. I've attempted to follow guidelines from: https://developer.android.com/training/data-storage/shared/media#...
Score of 0
0 answers
64 views

Is PKCE still required when ASWebAuthenticationSession or Chrome Auth Tab securely delivers the OAuth callback?

According to RFC 8252, as specified in section 6, the native apps must implement PKCE. Public native app clients MUST implement the Proof Key for Code Exchange (PKCE [RFC7636]) extension to OAuth, ...
Score of 2
0 answers
42 views

Install referrer not returned when app is installed while signed into a managed Play Store account

I'm reading the Google Play Install Referrer in an Expo + React Native app using expo-application's Application.getInstallReferrerAsync(). The referrer comes back correctly when the app is installed ...
Score of -2
0 answers
40 views

How to efficiently extract APK app name and icon using adbkit-apkreader or any other alternative with S3 byte-range requests?

I’m building an AWS Lambda (Node.js) worker to validate and extract metadata from APKs stored in Amazon S3. I’m using adbkit-apkreader 3.2.0 to parse the binary AndroidManifest.xml. Since APKs can be ...
Score of 0
0 answers
50 views

iOS 18.x only: launch-time SIGTRAP in FBSScene _sendUpdate

We are seeing an intermittent launch-time crash that increased sharply starting with iOS 18. The affected app version is 1.4.8, which uses the UISceneDelegate-based lifecycle. The primary UIWindow is ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

Score of 2
1 answer
60 views
+250

WidgetKit AppIntentConfiguration edit sheet shows stale AppEntity displayRepresentation after underlying data changes

I have an iOS app with a WidgetKit widget using AppIntentConfiguration. The widget lets the user choose a contact from SwiftData. The widget itself updates correctly, and the contact picker list ...
Score of 1
0 answers
199 views
+50

How can I pause a 'repeating forever' animation in Reality Composer Pro 2?

I'm creating an iOS AR experience with animated characters using RCP2. Characters are imported USDA files with embedded animations. Getting a character's animation to 'repeat forever' is ...

Learn something new
These are the most recent articles in Mobile Development Collective
Score of 15
1478 views
1 minute read
How-to guide

Using SwiftData with SwiftUI

One thing we iOS developers should rejoice about is the development of SwiftData, at least if you are coding for a very new project and can forget about iOS versions below 17. We finally have an ...