我已经创建了一个环境应用程序,并尝试使用GN_Entourage_Demo。然而,尽管我在GNViewController.m中放置了许可证信息,但它给出了如下错误:
2013-09-18 13:26:01.682 GN_Entourage_Demo[1583:11f03] getUserACR: ERROR: User Create New: client id '1551360' not supported by current license 2013-09-18 13:26:01.683 GN_Entourage_Demo[1583:11f03] Error: Invalid User
发布于 2013-09-30 23:52:10
如果1551360是正确的客户端ID,请确保它是应用程序正在加载的许可证中指定的ID。
这些应该在GNViewController.m文件中指定:
/*** Enter your client id, client tag, and license info here ***/
#define CLIENT_ID @""
#define CLIENT_TAG @""
#define LICENSE_INFO @""如果1551360不是您在此处定义的ID,则可能是应用程序正在尝试加载先前序列化的用户?调试器应该有助于确定这一点。
https://stackoverflow.com/questions/18869918
复制相似问题