-
抓了一下,现在是
```http
GET /v1/application-info/ios HTTP/1.1
Host: app-api.pixiv.net
Authorization: Bearer pSGRpYrarjmWceB-Pg5jHr1i4WEbDSBKGJeMJXvv_o4
App-Version: 6.9.0
X-Client-Time: 2017-09-08T11…
-
DeviceId changes after you uninstall and install the application in IOs.
Is this a bug or am I doing something wrong?
string id = CrossDevice.Device.DeviceId;
-
When I upgrade from 0.7.4 to 0.7.8 ,the mqtt session cannot connect to server , which has the following errors
[MQTTSession] mqttTransport didFailWithError Error Domain=NSOSStatusErrorDomain Code=-…
-
Hi Everybody,
I have an issue that i could not create a new subscription for new User in existed device, But i could do this with Android device.
Somebody can help me?
-
*was:* Update SNOWPLOW_NO_IFA preprocessor flag to disable OpenIDFA as well
Can we make this the default behavior (effectively a breaking change)? Or do we need to break this into two flags?
-
can anyone tell me what it means by this?
**This is IDFV so it will change if all apps from the current apps vendor have been previously uninstalled.**
what condition that will change device IDFV…
-
Hi,awesome lib!
Just want to confirm that if we use getUniqueID to get IDFV on iOS, is that permitted by Apple and whether it will be rejected by AppStore? Thanks a lot. : )
-
**New Issue Checklist**
- [ ] I have read the [Documentation](https://quickblox.com/developers/IOS)
- [ ] I have searched for a similar issue in the [project](https://github.com/QuickBlox/quickb…
-
I have the following swift code:
func buildBridge(info:PHBridgeInfo) -> PHSBridge {
// Replace app name and device name
return PHSBridge.init(block: { (builder) in
…
-
I'm using _Auth0.authentication().login_ method to log-in user into my app but response returns credentials with _expiresIn_ property empty. Now when I try to renew idToken with _CredentialsManager.cr…