Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: register device token #172

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

Shahroz16
Copy link
Collaborator

closes: MBL-638: Register Device

changes:

  • added support for register device token manually
CustomerIO.instance.registerDeviceToken(deviceToken: token);

@Shahroz16 Shahroz16 requested a review from mrehan27 November 14, 2024 20:28
Copy link

github-actions bot commented Nov 14, 2024

Sample app builds 📱

Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.


  • amiapp_flutter: 172.2.0 (28860269)

@@ -133,20 +133,22 @@ public class SwiftCustomerIoPlugin: NSObject, FlutterPlugin {

private func setProfileAttributes(params : Dictionary<String, AnyHashable>){
guard let attributes = params[Keys.Tracking.traits] as? Dictionary<String, AnyHashable>
else { return }
else {
logger.error("Missing attributes in: \(params) for key: \(Keys.Tracking.traits)")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logs were missing here

@Shahroz16 Shahroz16 merged commit 8a06a9b into feature/data-pipelines-support Nov 15, 2024
6 checks passed
@Shahroz16 Shahroz16 deleted the mbl-638-register-device branch November 15, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants