Amplitude-iOS icon indicating copy to clipboard operation
Amplitude-iOS copied to clipboard

Native iOS/tvOS/macOS SDK

Results 58 Amplitude-iOS issues
Sort by recently updated
recently updated
newest added

### Summary Adds support for attaching custom HTTP headers on POST requests – useful when sending events to a custom server. ### Checklist * [x] Does your PR title have...

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

## Expected Behavior Should build ## Current Behavior Showing Recent Messages The package product 'Amplitude' cannot be used as a dependency of this target because it uses unsafe build flags....

bug

## Summary I see platformDataDirectory resolves to the library directory however this is not shared between extensions/the core app. Is it possible to specify an app groups path for the...

question

When I integrate Amplitude and AmplitudeExperiment ## Environment - Amplitude SDK Version: 8.10.0 - AmplitudeExperiment SDK Version: 1.6.0

bug

Is it possible to debug log also in Swift files or is it currently an objc only feature?

feature request
internally tracked

Saw this crash in our crash reports ``` Crashed: com.amplitude.db.queue 0 libsystem_kernel.dylib 0x7b78 __pthread_kill + 8 1 libsystem_pthread.dylib 0x73bc pthread_kill + 268 2 libsystem_c.dylib 0x2051c abort + 168 3 libsystem_malloc.dylib...

bug

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.4.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

### Summary When we compile Amplitude and Rakam and we link them statically we have a symbol collision as shown in this image: This causes that the linker selects one...

### Summary This PR adds the option `setSendOverInexpensiveNetworkOnly:` to `Amplitude`. When enabled, the SDK will only be able to use WiFi and other inexpensive networks as determined by iOS/macOS to...