简体   繁体   English

在iOS中集成基于优惠券的身份验证

[英]Integrating coupon based authentication in ios

I am a novice Ios programmer and this is my first ios project which is almost complete.The app is basically financial data visualization app which shows graphs and charts of various financial data.This app has been developed mainly as a promotional one and is aimed for a particular conference attendee .Now my client want to distribute the app only to the conference attendee and this number would be maximum 200 to 300.the idea is to download the app from the app store and activate it through inserting a coupon number which is unique.I have not found any particular apple verified way for doing this. 我是Ios的新手程序员,这是我第一个完成的ios项目。该应用程序基本上是财务数据可视化应用程序,可显示各种财务数据的图形和图表。此应用程序主要是作为促销产品而开发的,旨在现在我的客户只想将应用程序分发给会议参加者,并且该号码最大为200到300.这个想法是从应用程序商店下载该应用程序并通过插入一个唯一的优惠券号激活它我尚未找到任何经过苹果验证的特定方式来执行此操作。 So How can i implement this coupon based authentication system?? 那么我如何实现基于优惠券的身份验证系统呢?

Another thing is...... in username and password based logging system do i need to keep option for "sign up for new user" system (when submitting for app store approval) or i can send a particular username and password as a note during app submission. 另一件事是……在基于用户名和密码的日志系统中,我是否需要保留“注册新用户”系统的选项(提交应用商店批准时),或者我可以将特定的用户名和密码作为应用提交过程中的注释。 If I don't implement create new used based logging system(as this app would have very limited user.....no more than 300) will my app be rejected??? 如果我不实施基于新的使用的日志记录系统(因为该应用程序的用户非常有限.....不超过300),我的应用程序将被拒绝???

thanks in advance 提前致谢

The truth is you probably can't achieve that coupon thing in your app. 事实是,您可能无法在应用程序中实现优惠券。 Consult the App Store Review Guidelines for that, but Apple hates to see apps that are limited to a particular place and/or space and that can be used only by a very small number of people. 为此,请查阅《 App Store审查指南》,但Apple讨厌看到限于特定位置和/或空间且只能由极少数人使用的应用程序。

But there is a way out of this. 但这是有出路的。 Take a look here - https://developer.apple.com/programs/volume/b2b/ 在这里看看-https: //developer.apple.com/programs/volume/b2b/

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM