简体   繁体   English

在 flutter 中注册我的应用程序后,申请在后续登录时处理对讲机的注册

[英]Application to handle registration to Intercom on subsequent login after registration on my app in flutter

If a user is registered and tries to login and the intercom registration is not done, App will register the user to intercom on successful OTP verification.如果用户已注册并尝试登录但未完成对讲机注册,应用程序将在 OTP 验证成功后将用户注册到对讲机。 and If Intercom registration succeeds, then user will move normally in the app.如果 Intercom 注册成功,则用户将在应用程序中正常移动。 if not, then user will see a message that Support function will not work, as user could not be registered with support.如果不是,则用户将看到一条消息,说明支持 function 将不起作用,因为用户无法注册支持。 and Next time on login, again App will try to register the user.下次登录时,App 将再次尝试注册用户。

if you want to do intercom or mixpanel registration then do:-如果您想进行对讲机或混合面板注册,请执行以下操作:-

onTap: () 
{
    MixPanelHelper.trackEvent(MixpanelEvents.______);
},

in "______", You have to input that on which ontap feature or on click of which button or text, mixpanel will track your events.在“______”中,您必须输入在哪个 ontap 功能或单击哪个按钮或文本时,mixpanel 将跟踪您的事件。

This helped me to resolve the issue.这帮助我解决了这个问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure中“企业申请”与“应用注册”的区别 - Difference between "enterprise application" and "app registration" in Azure 使用新的应用程序注册会导致登录时出现错误消息 - Using the new Application Registration results in an error message on login Android Android用firebase注册登录 - Android Android registration and login with firebase 在 Firebase 通知注册和设备令牌后触发 Angular 应用程序逻辑 - Trigger Angular app logic after Firebase notifications registration and device token Firebase UI Auth 处理来自 SignInScreen (Flutter) 隐式导航的注册操作 - Firebase UI Auth handle Registration action from implicit navigation from SignInScreen (Flutter) Azure App注册“角色和管理员” - Azure App Registration "Roles and administrators" 是否有允许我访问应用程序页面(应用程序注册后)以管理应用程序相关信息的角色? 我不是管理员 - Is there a role that allows me to access the app page (after app registration) to manage the app related info? I'm not admin Flutter 注销后应用登录 PostgresSQLException - Flutter app login after a logout PostgresSQLException 仅在登录时重定向用户,而不是在 firebase javascript 中注册 - only redirect a user on login not in registration in firebase javascript Azure ArmClient:删除Azure App注册 - Azure ArmClient: Delete Azure App Registration
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM