我创建了一个随行应用程序并尝试使用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
答案 0 :(得分:1)
如果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,则可能是应用程序正在尝试加载以前序列化的用户?调试器应该有助于确定这一点。