Fix Android 9+ Error: Cleartext HTTP traffic not permitted
QuestionMy Android project works fine on on Android 8 and below, but on Android P+, the http connect...
Newtonsoft JsonSerializer - Lower case or customize properties name
In C#, we can use Newtonsoft.Json framework to convert the object to a JSON string. JsonConvert.Seri...
Android Error android.os.NetworkOnMainThreadException
QuestionRequest http in Android, the code is as follows, but there is an exception android.os.Networ...
Convert between JSON String and NSDictionary/NSArray
In iOS, the NSJSONSerialization class of Objective C is used to convert between JSON strings and obj...
Convert between NSString and NSData
With Objective C in iOS, we can convert the value of NSString to NSData.NSString* str = @"Hello Worl...
React Native init specific version
Use the react-native init project_name command to initialize a React Native project. By default, the...
React Native: No visible @interface for 'MyModule' declares the selector 'sendEventWithName:body:'
QuestionIn the iOS project, I use Objective C to customize a native module, and use sendEventWithNam...
Objective C Error 'RCTLinkingManager.h' file not found
QuestionUpgrade React Native to 0.61.5 and import header files on iOS.#import "RCTLinkingManager.h"X...
[iOS] When scheme is Release, Undefined symbol: _RCTSetLogFunction
QuestionUpgrade React Native 0.60 to 0.61. When Scheme is set to Debug, it runs without problems. An...
POST request using application/x-www-form-urlencoded with Objective C
Using Objective C to post request withapplication/x-www-form-urlencodedbody. The data will be encode...
Topics
Hot Articles