Meet the team behind ShepHertz Platform
Making a difference in the world together
People whose belief drives us forward
Enterprises & Developers from across the world
Access the ShepHertz Newsroom
800+ APIs. 25+ Modules. 16 SDKs.Real-time Actionable Analytics. 1 Platform.
Acquire. Engage. Retain. Convert.
Comprehensive Solution to Securely Expose Protected Resources as APIs
Real Time & Turn Based MultiplayerGaming Platform With Game Mechanics.
Develop > Deploy > launch > Scale > Monitor
Continuous Integration & Delivery
Customers Want A 360 °Omni-Channel Retail Experience.
Seamless & ConnectedOmni-Channel Experience Delivered.
Plethora of Games are LaunchedEvery Day. Don't Let Yours Die.
Leverage User Data to DeliverPersonalized Content Across Channels
Inspire Wanderlust in theCustomers with Omni-Channel Experience
800+ APIs. 25+ Modules. 16 SDKs. Real-time Actionable Analytics. 1 Platform.
Real Time & Turn Based Multiplayer Gaming Platform With Game Mechanics.
Forum
Hello,
I user resetUserPassword on my app developed with phonegap on Android, Ios e Windows phone.
When I use this function on windows phone the procedure give me an error:
Client is not authorized
this is the code:
var
userName = $(
"#userLost"
).val();
result;
otherMetaHeaders = {
"emailVerification"
:
"true"
};
App42.initialize(constval.API, constval.KEY);
userService =
new
App42User();
userService.setOtherMetaHeaders(otherMetaHeaders);
userService.resetUserPassword(userName, {
success : ...
error: ...
});
On android and ios work fine but not on windows phone 8.1