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
+43
28.7k Members
+113
Contact

Pinned content

View all 2 collections

Mobile Development admins have deemed these posts noteworthy.

Pinned
24 votes
11k 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 ...
Berthold's user avatar
  • 101

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

1 vote
0 answers
28 views

not getting onesignal push notifications on android app

in my MainActivity.java // ───────────────────────────────────────────── // OneSignal Identity + Permission Handling // ───────────────────────────────────────────── private IUserStateObserver ...
0 votes
0 answers
25 views

NestJS Swagger UI loads on real Android device but "Try it out" fails with CORS / Failed to fetch

I am developing a NestJS backend and testing it on a real Android device. The Setup: Backend IP: 192.168.1.5:3000 (MacBook) Device: Real Android phone connected to the same Wi-Fi. Observation: I ...
-1 votes
0 answers
45 views

Having trouble with an echo in a VOIP call using Android SDK with Linphone

I have tried Android audio manager to handle echo without joy. I have tried linphone core.config.setFloat("sound","echocancellation... without joy. I have been trying to adjust the ...
0 votes
0 answers
22 views

Flutter iOS In-App Subscription returns restored with expired transaction after re-purchase

I am implementing auto-renewable subscriptions in Flutter using the in_app_purchase package. Everything works fine initially, but I am facing an issue after the subscription expires and is purchased ...
0 votes
0 answers
43 views

Failed to load interstitial ad with error: Request Error: No ad to show

Environment SDK Version: 13.2.0 (via SPM)[https://github.com/googleads/swift-package-manager-google-mobile-ads.git] Xcode Version: 26.0 Platform: iOS Ad Format: Interstitial Issue Description I am ...

Learn something new
These are the most recent articles in Mobile Development Collective
14 votes
1k 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 ...
otaviokz's user avatar
  • 402