邀请用户iOS应用 [英] Inviting users to an IOS app

查看:128
本文介绍了邀请用户iOS应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

注册之后,我们的应用程序会提示用户邀请她的朋友(又名手机通讯录)使用的应用程序了。这使我们能够发送电子邮件/短信到useer的联系人带有某种邀请关键。工作正常的网络版本应用,只需嵌入你的邀请提供的网址的关键。

After registration, our app prompts users to invite her friends (aka phone contacts) to use the app too. This allows us to send an email/sms to the useer's contacts with some sort of invitation key. Works fine for a web version app, just embed the key in the url you provide in the invitation.

我在遇到麻烦找出如何让只有IOS这个工作顺利进行。这将是辉煌的,如果我能链接发送被邀请者appstore.apple.com/myapp?registrationKey=abcXYZ,一旦它的安装有可神奇的钥匙我的应用程序,但我想这是很多希望呢?

I'm having trouble figuring out how to make this work smoothly with IOS only. It would be brilliant if I could send the invitee a link to appstore.apple.com/myapp?registrationKey=abcXYZ and have the key magically available to my app once it's installed, but I guess this is a lot to hope for?

解决这个问题的显而易见的方法是让用户手动输入第一次启动自己的注册码,但这似乎不可靠的,(在我看来)增加了摩擦的UX。

The obvious way around this is to make the user manually enter their registration key on first launch, but this seems less reliable and (to my mind) adds friction to the UX.

有没有人想出一些聪明来解决这个问题?

Has anybody come up with something clever to get around this?

推荐答案

下面是流过我的大脑就如何解决该解决方案,请注意,我还没有核实,psudeo- codeD,codeD或应用这一理论。

Here is what is flowing through my brain on how to solve this solution, please note, I have not vetted, psudeo-coded, coded, or applied this theory.

既然你就会知道谁是被发出了邀请,这些数据保存到数据库到用户发送的关系和一个独特的ID用户被邀请(电子邮件地址,如果其联系人卡片)。当如果发现present它给用户询问新用户注册扫描请柬数据库,我们你提到以<现有使用者> 一旦新用户选择他们的反应继续通过注册程序,相应地更新关系表和应用需要进行转诊任何额外的设置。

Since you will know who is being sent an invitation, save that data to your database with a relationship to the user sending and a unique id to the user being invited (email address if its in the contact's card). When new users sign up scan the database for invitations, if one is found present it to the user asking We're you referred by <existing user>? Once the new user selects their response continue through the registration process, updating the relationship table accordingly and applying any extra settings you need to for the referral.

这结合了自动转诊转介codeS跟踪一个基本的,直接的,几乎(但不完全)万无一失的方法,以确保转介链接到正确的用户。

This combines automatic referral tracking with referral codes for a basic, straight-forward, almost (but not quite) fool proof method to make sure referrals are linked to the right users.

这篇关于邀请用户iOS应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆