Xinyi Ye

Results 44 comments of Xinyi Ye

Hi @juliansuis @CROCDC, thanks for using Amplitude. Are you still have this issue? Could you share more info about it? - the code snippet you use - log of how...

Thanks for your reply @juliansuis. Close this thread as it's outdated.

Hi @Multiply, I think for this scenario particularly you can `amplitude.track()` first. Then if user accepts your consent, call `amplitude.init()` to initialize the SDK. In this way, events are tracked...

@Multiply I see. I will keep you updated once we have the feature in our roadmap.

Hi @3a4or, could you provide the following information so that dive deep into what was happening there: - to confirm the identify event was actually sent, could you share the...

Hi @wlxo0401, thanks for choosing Amplitude. How did you install Amplitude SDK? You have to embed it to have the privacy manifest loaded to your archive to generate a privacy...

Hi @wlxo0401, I will take a closer look into it and keep you updated. Thanks.

Hi @emathew80, events are batched by default. You can configure the batch behavior by setting `eventUploadPeriodSeconds`, `eventUploadThreshold`, `eventUploadMaxBatchSize` and `eventMaxCount` Learn more about [configurations](https://www.docs.developers.amplitude.com/data/sdks/ios/#initialize).

Hi @emathew80, thanks for your clarification. > If the user/client preference is not to send events, we cannot send events that are collected prior to login and will need to...