-
hi @jcesarmobile
this is a good plugin and work well (XXX-XXX-XXX-XXX-XXXXXXX)
Q1
but I don't know what the "Identifier For Vendor code" true meaning
is this information could be found in real ios s…
-
-
I have an iOS app with multiple users, if user A saves a credit card after a payment is made then he logout, if user B logs in the credit card user A entered earlier is available to user B and this is…
-
Hi,
I'm using phonegap 2.9 and xCode 5.
After I updated xCode 5 and build my app on iOs7 iPhone 5 there was a build error:
8:31: Property 'uniqueIdentifier' not found on object of type 'UIDevice *'
…
-
Wish I had caught this sooner, seems to have been a problem in the beta and production versions. It looks like all trips are coming in with this device ID:
0f607264fc6318a92b9e13c65db7cd3c
As a resu…
-
@stampsy
Thanks so much for sharing this work. It's really appreciated.
I've followed your guidelines, but app updates are not happening. Is your sample AppDelegate configured to implement app upd…
-
The receipt validation in `CBValidatePurchaseInfoMatchesReceipt` always checks the device `uniqueIdentifier` or `identifierForVendor`.
When restoring purchases from a different device with the same A…
-
Simperium is still using [[UIDevice currentDevice] uniqueIdentifier] in Simperium.m, line 220 to generate an id for the device.
This has been deprecated for some time, and Apple is now completely rej…
-
Assuming we implement TestFlight we should implement the TestFlight SDK as outlined at https://testflightapp.com/sdk/ios/doc/. This will provide better insights into crashes, etc. during testing (and …
-
How can I fix it?
NSString *localIdentifier = [[UIDevice currentDevice] uniqueIdentifier];
warning: uniqueIdentifier' is deprecated: first deprecated in iOS 5.0
gunhi updated
11 years ago